Skip to content
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

paths: Add check for hopfield count <= 64 when deserializing a scion path #4483

Merged
merged 6 commits into from
Mar 18, 2024

Commits on Mar 12, 2024

  1. paths: Add check for hopfield count < 64 when deserializing a scion p…

    …ath header.
    
    Added unit test for deserialization and unit test for router ingress.
    jiceatscion committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6e82be5 View commit details
    Browse the repository at this point in the history
  2. paths: Moved check for NumHops higher up the decoding stack.

    No need to check before we know the stuff is going to be used.
    jiceatscion committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    45c757e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    861721c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    3eb8273 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. lintified

    jiceatscion committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2c63d75 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Better check of the error in raw_test.go

    Also make the similar check in dataplane_test.go in the same style.
    jiceatscion committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b2cfdba View commit details
    Browse the repository at this point in the history