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 fuzzing test for libhttpserver and submit to oss-fuzz #213

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2020

  1. test: Add fuzzing test for libhttpserver

    Add fuzz target for HTTP server using libFuzzer. The fuzz target
    sends HTTP request to server using the fuzzed input from libFuzzer.
    sgbhat2 committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    03b2d46 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Improve fuzz test coverage

    Add fuzz target and corpus for testing ip_representation() API
    sgbhat2 committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    aa058fe View commit details
    Browse the repository at this point in the history