Skip to content
Snippets Groups Projects
Commit 99c9fdf5 authored by Joshua Liebow-Feeser's avatar Joshua Liebow-Feeser Committed by CQ bot account: commit-bot@chromium.org
Browse files

[recovery-netstack] Simplify ICMP logic in one unrealistic edge case

- We previously had an assertion that could be triggered by a remote
  host if they somehow got us to process an IP packet with a 4GB IP
  header
- Since we don't care to support such an extreme edge case, and such
  a case can almost certainly never happen in practice anyway, we
  simply allow our logic to be wrong in that case, and add a comment
  explaining this

Change-Id: I0fce32fee9b48566a9937ea9060efdde5375e26e
parent a71ed49b
No related branches found
No related tags found
Loading
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