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

Add more fuzzers and libFuzzer harness #553

Merged
merged 32 commits into from
Jan 17, 2022

Commits on Dec 22, 2021

  1. Add LLVM fuzzer harness

    Isaac Brodsky committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    0277ce5 View commit details
    Browse the repository at this point in the history
  2. Add AFL++ test case generator

    Isaac Brodsky committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    1c8ec2e View commit details
    Browse the repository at this point in the history
  3. Fuzz more gridDisk functions

    Isaac Brodsky committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    b89c76b View commit details
    Browse the repository at this point in the history
  4. add fuzzerH3SetToLinkedGeo

    Isaac Brodsky committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    79d2e2c View commit details
    Browse the repository at this point in the history
  5. Add more fuzzers

    Isaac Brodsky committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    a28a807 View commit details
    Browse the repository at this point in the history
  6. Additional fuzzers

    Isaac Brodsky committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    9445cbb View commit details
    Browse the repository at this point in the history
  7. add fuzzerVertexes

    Isaac Brodsky committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    f971dcf View commit details
    Browse the repository at this point in the history
  8. Add test-fuzzer script

    Isaac Brodsky committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    e0c8841 View commit details
    Browse the repository at this point in the history
  9. Fix linux build

    Isaac Brodsky committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    007b7c3 View commit details
    Browse the repository at this point in the history
  10. Fix fuzzerIndexIO

    Isaac Brodsky committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    02abb99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    caedc90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de5a2c3 View commit details
    Browse the repository at this point in the history
  13. Fix test-fuzzer again

    isaacbrodsky authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    8bbc36a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. fuzzerCompact

    Isaac Brodsky committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    021c994 View commit details
    Browse the repository at this point in the history
  2. Update readme

    Isaac Brodsky committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    2195863 View commit details
    Browse the repository at this point in the history
  3. libFuzzer tests

    Isaac Brodsky committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    4a65123 View commit details
    Browse the repository at this point in the history
  4. reformat header

    Isaac Brodsky committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    1e7066e View commit details
    Browse the repository at this point in the history
  5. README updates

    Isaac Brodsky committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    0ede718 View commit details
    Browse the repository at this point in the history
  6. fuzzerDirectedEdge

    Isaac Brodsky committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    65b4ef3 View commit details
    Browse the repository at this point in the history
  7. fuzzerLocalIj

    Isaac Brodsky committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    79b1f44 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. fix fuzzerDirectedEdge build

    Isaac Brodsky committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    25360ef View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Fix fuzzer programs

    isaacbrodsky committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    ac4b918 View commit details
    Browse the repository at this point in the history
  2. remove logging

    isaacbrodsky committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    1145bce View commit details
    Browse the repository at this point in the history
  3. remove h3Println

    isaacbrodsky committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    cd14266 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    76532d8 View commit details
    Browse the repository at this point in the history
  2. Update per review

    Isaac Brodsky committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    84bc4e9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into llvm-fuzzer-harness

    Isaac Brodsky committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    323d9e9 View commit details
    Browse the repository at this point in the history
  4. Add comment on memcpy per review

    Isaac Brodsky committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    e04c62c View commit details
    Browse the repository at this point in the history
  5. Fix potential crash in vertexRotations

    Isaac Brodsky committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    0016f1c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into llvm-fuzzer-harness

    Isaac Brodsky committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    7807131 View commit details
    Browse the repository at this point in the history
  7. Catch possible failure in getIcosahedronFaces

    Isaac Brodsky committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    4b4e623 View commit details
    Browse the repository at this point in the history
  8. Don't assert specific error in testVertex

    Isaac Brodsky committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    d501e51 View commit details
    Browse the repository at this point in the history