Add quic_framer_process_data_packet_fuzzer, a fuzz test for QuicFramer::ProcessPacket
where the packet has a valid public header, is decryptable, and contains random
QUIC payload.

gfe-relnote: (n/a) Test only.
PiperOrigin-RevId: 274791102
Change-Id: I63d55fec8e2a979a06c9e4c74b3095c19ce76c71
2 files changed
tree: 8a4eab0101effdcba12b8d86206fb4e3ccac3174
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.