Check new connection ID length before reading it This CL fixes a buffer overflow in the NEW_CONNECTION_ID read path, and adds sanity checks to prevent similar issues from reoccuring. The issue was found by clusterfuzz: https://bugs.chromium.org/p/chromium/issues/detail?id=943951#c4 gfe-relnote: trivial security fix when parsing invalid frame, not flag protected PiperOrigin-RevId: 239486794 Change-Id: I70b8e7b4adfd52afbbcb3308ba7dded0416c884e
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.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.