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 cargo-fuzz targets #143

Merged
merged 2 commits into from
May 24, 2023
Merged

Add more cargo-fuzz targets #143

merged 2 commits into from
May 24, 2023

Commits on May 24, 2023

  1. cargo-fuzz: add new target to parse responses

    Add a new cargo-fuzz target to test the Response parsing code.
    00xc committed May 24, 2023
    Configuration menu
    Copy the full SHA
    7827885 View commit details
    Browse the repository at this point in the history
  2. cargo-fuzz: add new targets with relaxed multiple space options

    Add two new targets to fuzz parsing requests and responses with
    multiple spaces enabled via ParserConfig.
    00xc committed May 24, 2023
    Configuration menu
    Copy the full SHA
    a206fdd View commit details
    Browse the repository at this point in the history