OVMS3-idf/components/lwip
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
..
apps lwip: dhcp-server fix static analysis warnings 2020-03-27 18:46:39 +01:00
include/apps sntp: Add API to set update interval 2019-12-20 18:26:23 +08:00
lwip@5c181728c8 optimization TCPv6 connect 2020-03-20 07:19:23 +00:00
port/esp32 Merge branch 'feature/vfs_optional' into 'master' 2020-03-24 21:11:28 +08:00
test_afl_host tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
weekend_test Add multi-target support for performance tests 2020-03-09 13:41:56 +01:00
CMakeLists.txt lwip: handle CONFIG_VFS_SUPPORT_IO=n and CONFIG_VFS_SUPPORT_SELECT=n 2020-03-20 14:03:44 +01:00
component.mk lwip: handle CONFIG_VFS_SUPPORT_IO=n and CONFIG_VFS_SUPPORT_SELECT=n 2020-03-20 14:03:44 +01:00
Kconfig Merge branch 'feature/vfs_optional' into 'master' 2020-03-24 21:11:28 +08:00
linker.lf fix bug for nonblocking udp is zero 2019-08-21 11:25:17 +08:00
sdkconfig.rename Rename Kconfig options (components/lwip) 2019-05-21 09:09:01 +02:00