esp-idf/components/mdns
Piyush Shah e5e2702ca3 bugfix: mdns_service_txt_set() wasn't allocating memory for TXT records
Allocation was happening later, causing possible use of stack variables
of caller function, which could be invalid.

Signed-off-by: Piyush Shah <piyush@espressif.com>
2018-09-11 16:23:56 +05:30
..
include
private_include bugfix: mdns_service_txt_set() wasn't allocating memory for TXT records 2018-09-11 16:23:56 +05:30
test_afl_fuzz_host
CMakeLists.txt
Kconfig
component.mk
mdns.c bugfix: mdns_service_txt_set() wasn't allocating memory for TXT records 2018-09-11 16:23:56 +05:30
mdns_console.c
mdns_networking.c