zephyr/tests
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
..
application_development tests: fix test identifiers 2019-12-09 15:53:44 -05:00
arch global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
benchmarks test: benchmarkis add frdmk82f board config 2019-12-19 12:55:18 -05:00
bluetooth Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
boards drivers/flash: nios2_qspi add unaligned read test 2019-12-19 12:53:22 -05:00
crypto global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
drivers sensor: dht: convert from Kconfig to devicetree 2019-12-19 06:43:37 -06:00
kernel tests: thread_init: disable SMP 2019-12-18 11:17:33 -08:00
lib global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
misc/test_build tests: fix test identifiers 2019-12-09 15:53:44 -05:00
net samples & tests: Correct main() type 2019-12-16 11:27:56 +01:00
portability tests: samples: portability: fix test tags and identifiers 2019-12-09 15:53:44 -05:00
posix global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
shell tests: fix test identifiers 2019-12-09 15:53:44 -05:00
subsys logging: Fix false strdup buffer freeing 2019-12-20 08:49:01 -05:00
unit tests: unit: util: Add test for IF_ENABLED() 2019-12-18 08:14:52 -05:00
ztest subsys/testsuite: make tc_util overridable 2019-09-17 07:11:33 +08:00