mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 09:52:25 +00:00
Most places used an int so that should have handled most cases but keys_set was using an unsigned int, which meant that checking len > 0 is an expression that is always false, and the error handling is not working. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no> |
||
---|---|---|
.. | ||
crypto | ||
hal | ||
hci | ||
include | ||
ll_sw | ||
ticker | ||
util | ||
CMakeLists.txt | ||
Kconfig |