1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 20:28:11 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Tim Ledbetter
1793f51bc6 LibDNS: Make DNS packet parsing fallible
Previously, a DNS packet containing an invalid name would be returned
with an empty name. With this change, an error is returned if any error
is encountered during parsing.
2023-11-14 10:12:44 +01:00
Tim Ledbetter
33ad384a7d Fuzzers: Add a DNS packet fuzzer 2023-11-08 09:38:36 +01:00