diff options
author | Andrei Pavel <andrei@isc.org> | 2024-10-23 15:40:32 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2024-10-23 15:40:32 +0200 |
commit | 9f7d0a93ebf0e9af28c951c2abadb6b6da902070 (patch) | |
tree | 0da3cb421026d7a82fee8dd3da4962f20c08d901 /fuzz/input/fuzz_http_endpoint_kea_dhcp4/config-get-with-service | |
parent | [#3605] Razvan's fix for ASAN warnings in fuzzing (diff) | |
download | kea-9f7d0a93ebf0e9af28c951c2abadb6b6da902070.tar.xz kea-9f7d0a93ebf0e9af28c951c2abadb6b6da902070.zip |
[#3605] Specialize HTTP fuzzers into v4 and v6
Diffstat (limited to 'fuzz/input/fuzz_http_endpoint_kea_dhcp4/config-get-with-service')
-rw-r--r-- | fuzz/input/fuzz_http_endpoint_kea_dhcp4/config-get-with-service | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fuzz/input/fuzz_http_endpoint_kea_dhcp4/config-get-with-service b/fuzz/input/fuzz_http_endpoint_kea_dhcp4/config-get-with-service new file mode 100644 index 0000000000..11ed27a1c2 --- /dev/null +++ b/fuzz/input/fuzz_http_endpoint_kea_dhcp4/config-get-with-service @@ -0,0 +1,4 @@ +{ + "command": "config-get", + "service": [ "dhcp4" ] +} |