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

netty: Add fuzz test for HttpRequestDecoder #12744

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2024

  1. netty: Add fuzz test for HttpRequestDecoder

    This is my initial PR to get my feet wet, sort out the CLA, so it's just a small change.
    
    The main change is a fuzzer for HttpRequestDecoder. This fuzzer reproduces the bug fixed by netty/netty#13735 .
    
    I also added myself to the contact list of the netty project. This was approved by @normanmaurer in January: netty/netty#13033 (comment) – unfortunately it took me until now to get corp approval for the CLA.
    yawkat committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4199c59 View commit details
    Browse the repository at this point in the history
  2. license headers

    yawkat committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    56cafab View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. rename base class

    yawkat committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    32337a1 View commit details
    Browse the repository at this point in the history