You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On an embedded read-only Linux kernel filesystem such as the ESP32-S3 Xtensa example the testwolfcrypt memory test will return a successful result, but the next base64_test() may unexpectedly fail during a memory access operation. The reason for that failure is completely unrelated to base64 testing.
Version
latest master
Description
On an embedded read-only Linux kernel filesystem such as the ESP32-S3 Xtensa example the testwolfcrypt memory test will return a successful result, but the next base64_test() may unexpectedly fail during a memory access operation. The reason for that failure is completely unrelated to base64 testing.
Specifically, when this
const byte good[]
array is accessed in Base64_SkipNewline():... this error occured:
There should be a memory test that explicitly catches this.
The text was updated successfully, but these errors were encountered: