[Git][slirp/libslirp][master] fuzz: Drop debugging

Samuel Thibault (@sthibaul) gitlab at gitlab.freedesktop.org
Fri Apr 26 00:58:32 UTC 2024



Samuel Thibault pushed to branch master at slirp / libslirp


Commits:
7f792810 by Samuel Thibault at 2024-04-26T02:56:45+02:00
fuzz: Drop debugging

- - - - -


1 changed file:

- fuzzing/slirp_fuzz_tcp6.c


Changes:

=====================================
fuzzing/slirp_fuzz_tcp6.c
=====================================
@@ -65,10 +65,7 @@ extern size_t LLVMFuzzerCustomMutator(uint8_t *Data, size_t Size,
 
         // Exclude packets that are not TCP from the mutation strategy
         if (ip_data[6] != IPPROTO_TCP)
-        {
-            fprintf(stderr,"wat\n");
             continue;
-        }
 
         // Allocate a bit more than needed, this is useful for
         // checksum calculation.



View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/7f792810f14ee77a4826d192afa9ae7f7ee35f19

-- 
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/7f792810f14ee77a4826d192afa9ae7f7ee35f19
You're receiving this email because of your account on gitlab.freedesktop.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/slirp/attachments/20240426/aec3ce1f/attachment-0001.htm>


More information about the Slirp mailing list