Skip to content
Snippets Groups Projects
Unverified Commit a214a467 authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Fix overflow and OOB read for large ext lengths.

With an 8+ MB packet it is possible to craft an extension length
 that would overflow, bypassing the checks to ensure the extension
 data remains inside the packet.
This patch fixes that and adds a test for it.
parent fc96bb9c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment