DescriptionSupport split chunk input for WebSocketFrameParser fuzzer
net::WebSocketFrameParser keeps state between calls as a WebSocket frame header
can span multiple reads from the underlying socket. Up until now, the fuzzer
only simulated one read. By passing the input in multiple chunks, the coverage
of the fuzzer is increased.
Also increase max_len to 256. As the per-iteration setup cost is quite high for
this fuzzer, a larger input length makes the coverage from each iteration higher
without significantly harming speed.
R=yhirano
BUG=
Committed: https://crrev.com/105ae61bf801bb9861859b14eadbe6c1cc2f380b
Cr-Commit-Position: refs/heads/master@{#417224}
Patch Set 1 #
Messages
Total messages: 13 (5 generated)
|