-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32: Drop Invalid RA packets #33060
Conversation
PR #33060: Size comparison from 80b2f61 to e79bf27 Increases (2 builds for esp32)
Decreases (2 builds for efr32)
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
@wqx6 you may want to cherrypick this to v1.3-branch or similar - we do not auto-sync with master for them, however a potential infinite loop seems important to fix. |
Yes, we will raise the cherry-pick PR to cherrypick this to the previous released branches. |
…chip#33104)" This reverts commit 4431f18. Signed-off-by: Adrian Gielniewski <[email protected]>
When
ra_recv_handler
receives an invalid message with an option length equal to 0, it will enter into an infinite loop, consequently causing the LwIP task to become unresponsive.