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:
Patrik Höglund
2018-05-22 13:23:36 +02:00
committed by Commit Bot
parent 434327376b
commit 547e3169d9

View File

@ -390,6 +390,7 @@ webrtc_fuzzer_test("sdp_parser_fuzzer") {
"../../pc:libjingle_peerconnection",
]
seed_corpus = "corpora/sdp-corpus"
libfuzzer_options = [ "max_len=16384" ]
}
webrtc_fuzzer_test("stun_parser_fuzzer") {