mirror of https://github.com/google/oss-fuzz.git
[quic-go] add a fuzz target for QUIC transport parameters (#4330)
This commit is contained in:
parent
ea7fa1041c
commit
c059c5322b
|
@ -35,3 +35,4 @@ compile_fuzzer github.com/marten-seemann/qpack/fuzzing Fuzz qpack_fuzzer
|
||||||
# Fuzz quic-go
|
# Fuzz quic-go
|
||||||
compile_fuzzer github.com/lucas-clemente/quic-go/fuzzing/frames Fuzz frame_fuzzer
|
compile_fuzzer github.com/lucas-clemente/quic-go/fuzzing/frames Fuzz frame_fuzzer
|
||||||
compile_fuzzer github.com/lucas-clemente/quic-go/fuzzing/header Fuzz header_fuzzer
|
compile_fuzzer github.com/lucas-clemente/quic-go/fuzzing/header Fuzz header_fuzzer
|
||||||
|
compile_fuzzer github.com/lucas-clemente/quic-go/fuzzing/transportparameters Fuzz transportparameter_fuzzer
|
||||||
|
|
Loading…
Reference in New Issue