76553032b9
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
settings.c | ||
settings_fcb.c | ||
settings_file.c | ||
settings_init.c | ||
settings_line.c | ||
settings_priv.h | ||
settings_store.c |