Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-20 | [Fuzzing] remove deprecated go-fuzz and use Native Go fuzz | Arjun Singh | |
Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com> | |||
2019-10-07 | dhcpv6: Add a fuzzing entrypoint for go-fuzz | Anatole 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> |