esp-idf/components/esp_netif/lwip
David Cermak 7c4d3fbf8b esp_netif: Fixed possible use of hostname pointer after its freed
When setting hostname using esp_netif_set_hostname_api() failed for some reason, the netif pointer might be freed while lwip pointer stil point to that location and could be used. Fixed by moving the freeing and string duplication to the block where lwip hostname is set.

Closes https://github.com/espressif/esp-idf/issues/6048
2020-11-20 10:06:53 +00:00
..
esp_netif_lwip.c esp_netif: Fixed possible use of hostname pointer after its freed 2020-11-20 10:06:53 +00:00
esp_netif_lwip_defaults.c
esp_netif_lwip_internal.h
esp_netif_lwip_ppp.c esp-netif: Fix PPP netif event posting to include esp_netif data 2020-10-26 16:00:42 +00:00
esp_netif_lwip_ppp.h
esp_netif_lwip_slip.c esp_netif: Fixed SLIP input to support size longer than 256 2020-10-26 17:53:17 +01:00
esp_netif_lwip_slip.h
esp_netif_sta_list.c