mirror of
https://github.com/espressif/esp-lwip.git
synced 2026-08-06 18:17:57 +00:00
In unit test if_fail check for nullptr is always located after dereferencing this null pointer. This patch introduces correct order: first check, then use