diff options
author | Maelie CHAN PENG <maelie.chan-peng@u-bordeaux.fr> | 2024-04-24 03:03:48 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-04-25 01:23:00 +0200 |
commit | 884d39ee32509b49f25a74161ce5f6809ccfb422 (patch) | |
tree | af43050dff3f66e08370c832dc1df28afe1c4f57 /fuzzing/IN_tcp-h | |
parent | 0e9b0ad45b43e638f9334919cfc7a902a87663e0 (diff) | |
download | slirp-884d39ee32509b49f25a74161ce5f6809ccfb422.zip slirp-884d39ee32509b49f25a74161ce5f6809ccfb422.tar.gz slirp-884d39ee32509b49f25a74161ce5f6809ccfb422.tar.bz2 |
fuzzing: Increase coverage
- by adding trace examples
- by separating fuzzing different headers / data
- by adding an echo TCP server forward
- also factorizing code along the way
Also-by: JC <luffy33820@gmail.com>
Also-by: Alisee Lafontaine <alisee.lafontaine@u-bordeaux.fr>
Diffstat (limited to 'fuzzing/IN_tcp-h')
l--------- | fuzzing/IN_tcp-h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzing/IN_tcp-h b/fuzzing/IN_tcp-h new file mode 120000 index 0000000..1bca80b --- /dev/null +++ b/fuzzing/IN_tcp-h @@ -0,0 +1 @@ +IN_tcp
\ No newline at end of file |