zephyr/subsys/settings
Johan Hedberg 7c4a229b0e settings: Fix check for duplicate when new value is smaller
The code for checking duplicates in the existing settings store was
incorrectly identifying a new value with the same initial content but
shorter length as a duplicate. Fix this by doing an early check on a
new vs old length mismatch, and immediately flag this as not a
duplicate.

Fixes #14840

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2019-03-23 22:47:00 +02:00
..
include/settings subsys/settings: stream-style encoding and decoding to/from storage 2018-12-11 11:22:16 +01:00
src settings: Fix check for duplicate when new value is smaller 2019-03-23 22:47:00 +02:00
CMakeLists.txt
Kconfig settings: enable logging 2019-03-09 11:07:15 -05:00