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

tlv: fuzz test encoding/decoding #7889

Merged
merged 6 commits into from
Oct 10, 2023
Merged

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    35ef798 View commit details
    Browse the repository at this point in the history
  2. tlv: fuzz tests for BigSize

    We use a new harness to compare decoded values instead of encoded
    values, since there may be some unparsed bytes in the original data.
    morehouse committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b92d1a2 View commit details
    Browse the repository at this point in the history
  3. tlv: fuzz tests for truncated integers

    These fuzz tests are identical to non-truncated integers, except that we
    allow the fuzzer to choose decode lengths shorter than the length of
    normal integers.
    morehouse committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    99da289 View commit details
    Browse the repository at this point in the history
  4. tlv: fuzz tests for streams

    morehouse committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ee43b8a View commit details
    Browse the repository at this point in the history
  5. fixup! tlv: fuzz tests for truncated integers

    loop over decode length
    morehouse committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    93cd750 View commit details
    Browse the repository at this point in the history
  6. fixup! tlv: fuzz tests for streams

    better documentation
    morehouse committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5bb4df4 View commit details
    Browse the repository at this point in the history