zephyr/tests/subsys
Krzysztof Chruscinski ffbd48e2c1 logging: Fix false strdup buffer freeing
Algorithm for freeing strdup buffers was only checking if argument
matches address within strdup buffer pool and was attempting freeing
even if format specifier was different than string.

Added fix where also format specifier is checked.

Extended logger test to verify correctness of function which searches
for string format specifiers within a string.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-12-20 08:49:01 -05:00
..
can/frame tests: add test for invalid zcan_frame 2019-10-28 12:57:10 +02:00
debug/tracing tests: fix test identifiers 2019-12-09 15:53:44 -05:00
dfu tests/subsys/dfu/img_util: progressively erase testcase 2019-12-15 10:26:36 -05:00
fs global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
jwt global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
logging logging: Fix false strdup buffer freeing 2019-12-20 08:49:01 -05:00
settings global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
shell/shell_history tests: remove duplicate names for the shell tests 2019-10-24 06:24:49 -04:00
storage/flash_map tests: fix test identifiers 2019-12-09 15:53:44 -05:00
usb usb: samples: Application calling usb_enable by itself 2019-12-19 13:08:55 +01:00