From af7543d00a4d7b489e010a70b59fd3d8022a40f4 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 23 Jun 2026 14:18:19 +0200 Subject: [PATCH] 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) --- components/lwip/lwip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwip/lwip b/components/lwip/lwip index fd432e4ee2c..c6f2f878e7b 160000 --- a/components/lwip/lwip +++ b/components/lwip/lwip @@ -1 +1 @@ -Subproject commit fd432e4ee2cfb7f7f1c7eb7227e0173412e7b84e +Subproject commit c6f2f878e7b0f86033214b85547d579be43351e3