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: Add fuzzing support and build script #1291

Merged
merged 5 commits into from
Jun 14, 2024

Commits on Jun 14, 2024

  1. fuzzing: add fuzzing infrastructure in build system

    Signed-off-by: Arjun <pkillarjun@protonmail.com>
    Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
    Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
    pkillarjun authored and ac000 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    965fc94 View commit details
    Browse the repository at this point in the history
  2. fuzzing: add fuzzing targets

    Signed-off-by: Arjun <pkillarjun@protonmail.com>
    Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
    Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
    pkillarjun authored and ac000 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a93d878 View commit details
    Browse the repository at this point in the history
  3. fuzzing: add a fuzzing seed corpus and dictionary

    Signed-off-by: Arjun <pkillarjun@protonmail.com>
    Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
    Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
    pkillarjun authored and ac000 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    665353d View commit details
    Browse the repository at this point in the history
  4. fuzzing: add a basic README

    Signed-off-by: Arjun <pkillarjun@protonmail.com>
    Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
    [ Some small edits - Andrew ]
    Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
    pkillarjun authored and ac000 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5b65134 View commit details
    Browse the repository at this point in the history
  5. fuzzing: Add a .gitattributes file

    The various .bin files are in DOS format with trailing ^Ms (CRs) and
    should be ignored for whitespace issues.
    
    Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
    ac000 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    35a572c View commit details
    Browse the repository at this point in the history