mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 06:54:22 +00: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