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

Fuzzing setup and fixes #755

Merged
merged 18 commits into from Apr 11, 2022
Merged

Fuzzing setup and fixes #755

merged 18 commits into from Apr 11, 2022

Commits on Apr 8, 2022

  1. Copy the full SHA
    88317f9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6c39601 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ae49e21 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8c62783 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7b7a689 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7828938 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    420c2eb View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    45e044d View commit details
    Browse the repository at this point in the history
  9. encode: handle NaNs

    pelletier committed Apr 8, 2022
    Copy the full SHA
    61e2ed5 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    5b33607 View commit details
    Browse the repository at this point in the history
  11. fuzz: don't run on windows

    pelletier committed Apr 8, 2022
    Copy the full SHA
    0ceaf6a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Copy the full SHA
    5a3f3aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b8cc6dc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Re-enable fuzz on Windows

    pelletier committed Apr 11, 2022
    Copy the full SHA
    6368329 View commit details
    Browse the repository at this point in the history
  2. Force testdata to use LF

    Otherwise on Windows git may decide to convert eol to CRLF, which breaks
    Go 1.18 fuzzer.
    pelletier committed Apr 11, 2022
    Copy the full SHA
    bb2fabe View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fb0c3bd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d062b3a View commit details
    Browse the repository at this point in the history
  5. Improve test coverage

    pelletier committed Apr 11, 2022
    Copy the full SHA
    e8bde29 View commit details
    Browse the repository at this point in the history