dcsctp: Disable packet fuzzers

This causes build failures in the Chromium fuzzers, so let's disable it
for now.

Bug: none
Change-Id: I0a076c0cd5cfb7d62383d733f3934f8b58f8ad34
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215040
Reviewed-by: Evan Shrubsole <eshr@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Victor Boivie <boivie@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33693}
This commit is contained in:
Victor Boivie 2021-04-12 16:17:12 +02:00 committed by Commit Bot
parent 0aa1a19be0
commit 3928e8fdb1

View File

@ -613,16 +613,6 @@ webrtc_fuzzer_test("sctp_utils_fuzzer") {
]
}
webrtc_fuzzer_test("dcsctp_packet_fuzzer") {
sources = [ "dcsctp_packet_fuzzer.cc" ]
deps = [
"../../net/dcsctp/packet:chunk",
"../../net/dcsctp/packet:sctp_packet",
"../../rtc_base:rtc_base_approved",
]
seed_corpus = "corpora/sctp-packet-corpus"
}
webrtc_fuzzer_test("rtp_header_parser_fuzzer") {
sources = [ "rtp_header_parser_fuzzer.cc" ]
deps = [ "../:rtp_test_utils" ]