summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/fuzz.go
AgeCommit message (Collapse)Author
2023-07-20[Fuzzing] remove deprecated go-fuzz and use Native Go fuzzArjun Singh
Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
2019-10-07dhcpv6: Add a fuzzing entrypoint for go-fuzzAnatole Denis
This adds the required function for running [go-fuzz](https://github.com/dvyukov/go-fuzz) on the dhcpv6 library. It tests the following behaviour: * Parsing messages doesn't crash * Parsed messages are identical after being serialized and deserialized Signed-off-by: Anatole Denis <natolumin@unverle.fr>