esp-idf/components/mdns
David Cermak 265e983a45 mdns: fix possible crash when probing on particular interface with duplicated service instances due to naming conflicts on network
Issue: MDNS server initially sends probing packets to resolve naming confilicts with already registered service instances. In case of a conflict, instance name is altered and probing restarts. Original instance however wasnnot removed from the structure and upon service removal only one entry was removed and a dangling service might have been kept in the structure to bring about a crash.
Resolution: Keep only one instance of a service in the probing structure.

Closes IDF-498
2019-03-13 10:22:41 +01:00
..
include
private_include mdns: fix possible crash when packet scheduled to transmit contained service which might have been already removed 2019-03-13 10:22:41 +01:00
test_afl_fuzz_host
CMakeLists.txt
Kconfig
component.mk
mdns.c mdns: fix possible crash when probing on particular interface with duplicated service instances due to naming conflicts on network 2019-03-13 10:22:41 +01:00
mdns_console.c
mdns_networking.c