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 Coverage Expansion #866

Merged
merged 15 commits into from
Oct 4, 2023
Merged

Fuzzing Coverage Expansion #866

merged 15 commits into from
Oct 4, 2023

Commits on Sep 25, 2023

  1. New fuzzers and corpora were added

    New fuzzers and corpora were added for OSS-Fuzz.
    viktoriia-lsg committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b4a97aa View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fuzz tests files were renamed

    Renaming from x_fuzz_test.go to fuzz_test.go
    viktoriia-lsg committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fd889b2 View commit details
    Browse the repository at this point in the history
  2. Minor changes in fuzzers

    workaround in s2 is removed; snappy fuzzer is moved to fuzz_test; missing file is added.
    viktoriia-lsg committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a3537ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e5fcbb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Minor changes in fuzzers

    Fix import issue in fse;
    Merge s2_fuzz_test with s2/fuzz_test.
    viktoriia-lsg committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6674dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0b7c34 View commit details
    Browse the repository at this point in the history
  3. Create setup_dicts.go

    Moving setup_dicts.go from oss-fuzz
    viktoriia-lsg committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    503203c View commit details
    Browse the repository at this point in the history
  4. Moving setup_dicts.go

    viktoriia-lsg committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    323658a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Creating ossfuzz dir with configs

    Setup_dicts is moved to ossfuzz dir;
    Configuration file ossfuzz.sh is moved to repo.
    viktoriia-lsg committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    cf75ee2 View commit details
    Browse the repository at this point in the history
  2. Update ossfuzz.sh

    Adding a comment
    viktoriia-lsg committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f580642 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b98a1a2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'test'

    viktoriia-lsg committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4dcb711 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81eaec6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba0e5f1 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'test'

    viktoriia-lsg committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6548538 View commit details
    Browse the repository at this point in the history