mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
03006a109b
packets scheduled to transmit are pushed to action queue and removed from tx_queue_head structure, which is searched for all remaining services and while service is removed, then service questions/asnwers are also removed from this structure. This update fixes possible crash when packet is pushed to action queue, and when service is removed, its answers are removed from tx_queue_head, but not from action queue. this could lead to a crash when the packet is poped from action queue containing questions/answers to already removed (freed) service |
||
---|---|---|
.. | ||
include | ||
private_include | ||
test_afl_fuzz_host | ||
CMakeLists.txt | ||
component.mk | ||
mdns_console.c | ||
mdns_networking.c | ||
mdns.c |