lwip/test/unit/mdns
Mikhail Lappo f7d215043c Possible null-pointer dereference
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
2017-03-22 22:51:08 +01:00
..
test_mdns.c Possible null-pointer dereference 2017-03-22 22:51:08 +01:00
test_mdns.h Apply patch #8755: Multicast DNS responder support from Erik Ekman 2016-08-14 15:07:45 +02:00