commit | 7d066ca9008f93bbe0a1edfeac4af8f8ce4d8814 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Wed May 15 17:59:49 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 15 18:03:10 2019 -0700 |
tree | 956d3ccebef4b8ff1355765241ff17b22508a1f3 | |
parent | d362a7a77038fbe8cf6df4ffe972dac903250921 [diff] |
Replace a DCHECK with a parse failure in connection ID parsing This issue was found by ClusterFuzz: https://bugs.chromium.org/p/chromium/issues/detail?id=962900 On the client, when parsing an IETF long header, we do not expect there to be a destination connection ID as we do not support client connection IDs yet. Instead of having a DCHECK to verify that, we should fail parsing with QUIC_INVALID_PACKET_HEADER. gfe-relnote: change how client reacts to a type of invalid packet, client-only. PiperOrigin-RevId: 248442467 Change-Id: Ie13868e5c45c0868c0f0d8655546ea927d705753
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.