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

fuzz: extend fuzzing coverage #2040

Merged
merged 1 commit into from
Jul 11, 2023
Merged

fuzz: extend fuzzing coverage #2040

merged 1 commit into from
Jul 11, 2023

Commits on Jul 10, 2023

  1. fuzz: extend fuzzing coverage

    Some notes:
    * libinjection: according to libinjection/libinjection#44,
    it seems NULL characters are valid in the input string;
    * RTP: `rtp_get_stream_type()` is called only for RTP packets; if you
    want to tell RTP from RTCP you should use `is_rtp_or_rtcp()`;
    * TLS: unnecessary check; we already make the same check just above, at
    the beginning of the `while` loop
    IvanNardi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b1b59b9 View commit details
    Browse the repository at this point in the history