mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08: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