mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix(lwip): tcp/ooseq: do not accept empty fin seg (+ other fixes)
* Update submodule: git log --oneline fd432e4e..c6f2f878 - test(lwip): add DHCP MTU validation unit test (espressif/esp-lwip@c6f2f878e) - ppp: fix potential oob read in VJ decompression (espressif/esp-lwip@2ff439e61) - ip6-frag: Fix incorrect memcpy size to the actual struct (espressif/esp-lwip@91ad363ba) - tcp/ooseq: do not accept empty fin seg (espressif/esp-lwip@fe4fb18c1) - Address review comments (espressif/esp-lwip@9d2d80412) - nd6: add static neighbor cache entry support (espressif/esp-lwip@a05a5cf3b) - dns: add addr_cnt to DNS resolution to fix multi-IP buffer overflow (espressif/esp-lwip@6233a1561) - ci: Add jira sync github workflows (espressif/esp-lwip@a4e2409d0) - feat(lwip): migrate to to PSA API interface (espressif/esp-lwip@20f8b0739) - test: Fix multiple defs of util vars (espressif/esp-lwip@e9b8482e7) - ci: Add support for building tests/apps with both gcc and clang (espressif/esp-lwip@2a14051bf) - try to fix unit test compiling with clang (espressif/esp-lwip@6933a63cb) - apps/snmp: Remove @retval tags on void methods (espressif/esp-lwip@b6209dcf8) - snmp: Mention struct field removal in UPGRADING (espressif/esp-lwip@6659cf1f2) - snmp: remove unused prev field from snmp_varbind (espressif/esp-lwip@f32188001) - snmp: remove handling of varbind->prev because it is never used (espressif/esp-lwip@46660d5cf) - snmp: fix dangling pointer in snmp_traps (espressif/esp-lwip@0e3e97f8d)
This commit is contained in: