zephyr/tests/subsys/logging/log_core
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
..
src logging: Fix false strdup buffer freeing 2019-12-20 08:49:01 -05:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
prj.conf tests/subsys/logging/log_core: increase log buffer size 2019-09-15 11:33:47 +08:00
testcase.yaml tests: logging: Remove unneeded excludes 2019-12-11 06:39:09 -06:00