esp-idf/components/mdns
David Cermak eaa2f12d67 mdns: fixed crash on event during deinit
mdns library deinitialization destroys internal structures including action queue. if an event (e.g. network update) received
after some essential stucture is destoyed, an unexpected behavour might be introduced (e.g. crash of adding the event notification
to the action queue which was already destroyed

Closes WIFI-1485
2019-12-17 18:18:22 +00:00
..
include
private_include mdns: add missing include of esp_task.h 2019-11-14 18:02:26 +01:00
test
test_afl_fuzz_host
CMakeLists.txt
Kconfig
component.mk
mdns.c mdns: fixed crash on event during deinit 2019-12-17 18:18:22 +00:00
mdns_console.c
mdns_networking.c