mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-17 23:57:59 +01:00

This fuzzer explores the SCTP parsing, as well as the individual chunks, as a successfully parsed packet will have its chunks iterated over and formatted using ToString. Bug: webrtc:12614 Change-Id: I88f703c5f79e4775a069b1d5439d413870f6a629 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/214490 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33670}
5 lines
58 B
Python
5 lines
58 B
Python
include_rules = [
|
|
"+audio",
|
|
"+pc",
|
|
"+net/dcsctp",
|
|
]
|