mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 14:06:05 +00:00
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> |
||
---|---|---|
.. | ||
include/settings | ||
src | ||
CMakeLists.txt | ||
Kconfig |