OVMS3-idf/components/lwip/apps
David Cermak 72d54b68a6 lwip: dhcp-server fix static analysis warnings
1) kill_oldest_dhcps_pool() is only called when list has at least two members (assured with kconfig value limit), added assertion to ensure this function is used only when prerequisities are met
2) use after free reported in two places, since the analyzer checks also the scenario when the linked list has loops, added ignore tags
2020-03-27 18:46:39 +01:00
..
dhcpserver lwip: dhcp-server fix static analysis warnings 2020-03-27 18:46:39 +01:00
ping icmp: add example and unitest 2019-10-22 04:38:09 +00:00
sntp sntp: Add API to set update interval 2019-12-20 18:26:23 +08:00