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
Priority: Major
On Target Test for HKDF crashes with a stack overflow. This is because the hkdf test consumes ~6KB of stsck in locsl buffers, and many Mbed OS platforms have only 4KB of stack.
This issue is opened for tracking, and fixed by Reduce Stack usage of hkdf test function #2192
Bug
OS
Mbed OS
mbed TLS build:
Version: 2.13.0
Expected behavior
Test to pass Actual behavior
Tst crashes with Stack overflow Steps to reproduce
Generate and run the HKDF On Target Test. Tested on NRF52840_DK, but it should reproduce on most Mbed OS platform, which have 4 KB stack
The text was updated successfully, but these errors were encountered:
Description
On Target Test for HKDF crashes with a stack overflow. This is because the hkdf test consumes ~6KB of stsck in locsl buffers, and many Mbed OS platforms have only 4KB of stack.
This issue is opened for tracking, and fixed by Reduce Stack usage of hkdf test function #2192
Bug
OS
Mbed OS
mbed TLS build:
Version: 2.13.0
Expected behavior
Test to pass
Actual behavior
Tst crashes with Stack overflow
Steps to reproduce
Generate and run the HKDF On Target Test. Tested on NRF52840_DK, but it should reproduce on most Mbed OS platform, which have 4 KB stack
The text was updated successfully, but these errors were encountered: