Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h

Issue 2062103002: Add a libfuzzer for RtpHeaderParser. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/test/fuzzers/BUILD.gn » ('j') | webrtc/test/fuzzers/rtp_header_fuzzer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
index 8875d65081829751572270a4f9788b5f67874c4d..2c2f9fa20ef3021327b631e7334db967e114e46f 100644
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
@@ -60,6 +60,7 @@ enum StorageType {
kAllowRetransmission
};
+const int kNumberOfRtpHeaderExtensions = 7;
phoglund 2016/06/15 08:20:25 Maybe just add this as the last entry in the enum?
katrielc 2016/06/15 09:05:30 The problem with adding it to the enum is that it'
enum RTPExtensionType {
kRtpExtensionNone,
kRtpExtensionTransmissionTimeOffset,
« no previous file with comments | « no previous file | webrtc/test/fuzzers/BUILD.gn » ('j') | webrtc/test/fuzzers/rtp_header_fuzzer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698