OVMS3-idf/components/mdns
David Cermak ed84e5aef3 mdns: fix possible deadlock on mdns deinit calling mdns_free()
mnds_free() initiates stop and delete timer tasks, which after locking the mutex could lead to a dead lock in case timer task executed before deleting the task, as it would wait indefinitelly for unlocking the mutex. This condition is fixed by calling _mdns_stop_timer without locking the mutex, because there's no need to protect any data when stopping and deleting the timer task
2019-03-13 16:32:59 +01:00
..
include MDNS-Fuzzer: AFL fuzzer tests for mdsn packet parser 2018-05-22 11:23:12 +02:00
private_include mdns: fix possible crash when packet scheduled to transmit contained service which might have been already removed 2019-03-13 16:32:50 +01:00
test_afl_fuzz_host remove executable permission from source files 2018-05-29 20:07:45 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-13 11:13:27 +08:00
component.mk Import mDNS changes 2018-01-16 10:58:34 +02:00
mdns.c mdns: fix possible deadlock on mdns deinit calling mdns_free() 2019-03-13 16:32:59 +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.1' into 'release/v3.1' 2019-01-11 15:36:57 +08:00