mbed-os/connectivity/lwipstack/lwip/src
RyoheiHagimoto 1133bfbd50 Added argument-check to dns_get_interface_server.
Added argument-check to avoid accessing NULL pointer.
The second argument 'interface_name' of this function can be NULL.
And the argument 'interface_name' is used for the argument of strcmp() without checked.

For example, LWIP::add_dns_server() calls dns_getserver(index - 1, NULL).
2020-08-18 10:48:47 +09:00
..
api Move lwipstack 2020-07-31 10:15:25 +01:00
apps Move lwipstack 2020-07-31 10:15:25 +01:00
core Added argument-check to dns_get_interface_server. 2020-08-18 10:48:47 +09:00
include Move lwipstack 2020-07-31 10:15:25 +01:00
netif Move lwipstack 2020-07-31 10:15:25 +01:00
FILES Move lwipstack 2020-07-31 10:15:25 +01:00
Filelists.mk Move lwipstack 2020-07-31 10:15:25 +01:00