zephyr/subsys/settings/src
Andrzej Puzdrowski 76553032b9 settings: fix read-out more than stored bug.
When setting read handler was requested for more
data than is stored, it should read reduced amount
of data (by the API define).

Back-end implementation support that, but not for corner-case
when the last call to back-end handler was out of data bounds.

This patch makes any request to read data which begins outside
of the record zero-length read-out, instead of being prohibited
before, which fix the issue.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-02-12 21:15:12 -05:00
..
CMakeLists.txt
settings.c
settings_fcb.c settings: fix read-out more than stored bug. 2019-02-12 21:15:12 -05:00
settings_file.c settings: fix read-out more than stored bug. 2019-02-12 21:15:12 -05:00
settings_init.c
settings_line.c
settings_priv.h
settings_store.c