OVMS3-idf/components/mdns
David Cermak 64757c0228 mdns: fixed crash on free undefined ptr after skipped strdup
Shortcircuit evaluation may cause skip of _mdns_strdup_check of any further question field, which after clear_rx_packet freed undefined memory.
Fixes https://ezredmine.espressif.cn:8765/issues/28465
2019-01-28 20:17:37 +01:00
..
include MDNS-Fuzzer: AFL fuzzer tests for mdsn packet parser 2018-05-22 11:23:12 +02:00
private_include mdns: check all mallocs for failure and add default hook to log error with free heap 2018-12-21 16:27:58 +01:00
test_afl_fuzz_host added CI job for AFL fuzzer tests 2018-07-20 10:28:12 +02:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
component.mk Import mDNS changes 2018-01-16 10:58:34 +02:00
Kconfig fix(mdns): add the maximum number of services 2018-06-21 10:31:09 +08:00
mdns.c mdns: fixed crash on free undefined ptr after skipped strdup 2019-01-28 20:17:37 +01:00
mdns_console.c Import mDNS changes 2018-01-16 10:58:34 +02:00
mdns_networking.c Merge branch 'bugfix/mdns_udp_send_protected_backport3.2' into 'release/v3.2' 2019-01-08 12:04:23 +08:00