zephyr/include/logging
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
..
log.h various: Cleanup COND_CODE_1 usage or replace with IF_ENABLED() 2019-12-18 08:14:52 -05:00
log_backend.h logging: Include sys/util.h in log_backend.h 2019-12-04 11:39:42 +01:00
log_core.h logging: Fix false strdup buffer freeing 2019-12-20 08:49:01 -05:00
log_ctrl.h logging: add minimal implementation 2019-10-01 09:24:02 -04:00
log_frontend.h
log_instance.h doc: Fix warnings associated with 'unbalanced grouping commands' 2019-12-12 12:39:35 -06:00
log_msg.h logging: Clean up log.h dependencies 2019-08-01 14:42:40 +02:00
log_output.h logging: log_output: Improve immediate mode handling 2019-12-18 13:08:46 -08:00