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

stream: Allow fuzzing for Unknown Data (ErrorCode and FrameType) #719

Merged
merged 8 commits into from
May 6, 2021

Commits on May 6, 2021

  1. feat: add check for frame data length

    Signed-off-by: bwty <whalelephant@users.noreply.github.com>
    whalelephant committed May 6, 2021
    Configuration menu
    Copy the full SHA
    f3d000e View commit details
    Browse the repository at this point in the history
  2. feat: store interledger-stream::packet::ErrorCode::Unknown(val)

    Signed-off-by: bwty <whalelephant@users.noreply.github.com>
    whalelephant committed May 6, 2021
    Configuration menu
    Copy the full SHA
    937e10c View commit details
    Browse the repository at this point in the history
  3. feat: return error to stop fuzzing roundtrip for varuint>u64::MAX

    Signed-off-by: bwty <whalelephant@users.noreply.github.com>
    whalelephant committed May 6, 2021
    Configuration menu
    Copy the full SHA
    83d1a7c View commit details
    Browse the repository at this point in the history
  4. feat: store Unknown FrameTypes raw data in StreamPackets

    Signed-off-by: bwty <whalelephant@users.noreply.github.com>
    whalelephant committed May 6, 2021
    Configuration menu
    Copy the full SHA
    ebed693 View commit details
    Browse the repository at this point in the history
  5. test: serialize and deserialize unknown frame type data

    Signed-off-by: bwty <whalelephant@users.noreply.github.com>
    whalelephant committed May 6, 2021
    Configuration menu
    Copy the full SHA
    eb3da9f View commit details
    Browse the repository at this point in the history
  6. fix: use naming inner trailing bytes

    Signed-off-by: bwty <whalelephant@users.noreply.github.com>
    whalelephant committed May 6, 2021
    Configuration menu
    Copy the full SHA
    cb6fad2 View commit details
    Browse the repository at this point in the history
  7. fixes: apply fixes from PR

    Co-authored-by: Joonas Koivunen <joonas.koivunen@gmail.com>
    Signed-off-by: bwty <whalelephant@users.noreply.github.com>
    whalelephant and koivunej committed May 6, 2021
    Configuration menu
    Copy the full SHA
    711f492 View commit details
    Browse the repository at this point in the history
  8. chore: add roundtrip-only feat to CI tests

    Signed-off-by: bwty <whalelephant@users.noreply.github.com>
    whalelephant committed May 6, 2021
    Configuration menu
    Copy the full SHA
    1f3c21f View commit details
    Browse the repository at this point in the history