Limit input length for SDP fuzzer.
This limits the SDP to 16KB, which sounds enough. Bug: chromium:813328 Change-Id: I58c7b3e073108fd7b3495e8182b5c632e9619fe7 Reviewed-on: https://webrtc-review.googlesource.com/78280 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23360}
This commit is contained in:

committed by
Commit Bot

parent
434327376b
commit
547e3169d9
@ -390,6 +390,7 @@ webrtc_fuzzer_test("sdp_parser_fuzzer") {
|
|||||||
"../../pc:libjingle_peerconnection",
|
"../../pc:libjingle_peerconnection",
|
||||||
]
|
]
|
||||||
seed_corpus = "corpora/sdp-corpus"
|
seed_corpus = "corpora/sdp-corpus"
|
||||||
|
libfuzzer_options = [ "max_len=16384" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
webrtc_fuzzer_test("stun_parser_fuzzer") {
|
webrtc_fuzzer_test("stun_parser_fuzzer") {
|
||||||
|
Reference in New Issue
Block a user