mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Most esp_netif public API check for invalid arguments, but when enabling PPP the macros to check netif type could potentially dereference esp_netif without any null-check. Releted to https://github.com/espressif/esp-idf/issues/14816