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 #726

Merged
merged 5 commits into from
May 9, 2021
Merged

Fuzzing #726

merged 5 commits into from
May 9, 2021

Commits on Feb 25, 2021

  1. Add fuzzing support

    See fuzz/README.md for details. Example bug: XAMPPRocky#725
    mykter committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    79a9d4c View commit details
    Browse the repository at this point in the history
  2. improve fuzz docs

    mykter committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    4600177 View commit details
    Browse the repository at this point in the history
  3. fuzzing: make relevant config part of input

    Most of the config is to do with what files to parse, however
    one setting - treat_doc_strings_as_comments - does impact parse_from_slice
    mykter committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    8576282 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    999deed View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    51adccb View commit details
    Browse the repository at this point in the history