Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> |