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 | ||