Files
esp-idf/components/lwip/port
David Cermak c8c3a30ec7 fix(lwip): reject invalid DHCP MTU option values
Validate MTU from DHCP option 26 against RFC 2132 minimum (68 bytes)
before applying to netif->mtu, preventing rogue DHCP servers from
setting MTU to 0 or other dangerously low values that cause integer
wraparound in IPv4 fragmentation.
2026-07-09 16:04:53 +02:00
..
2023-01-31 08:43:45 +01:00