Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix OOB read while parsing QUIC SH packets. | Rui Paulo | 2021-12-23 | 1 | -2/+4 |
| | |||||
* | QUIC: Fix getting packet type in Long Header | Francois-Xavier Le Bail | 2021-11-09 | 1 | -1/+1 |
| | | | | | | | | This change should fix the Coverity Scan issue CID 1493488: 178 ND_PRINT(", handshake"); >>> CID 1493488: Control flow issues (DEADCODE) >>> Execution cannot reach this statement: "if (packet_type == QUIC_LH_...". 179 else if (packet_type == QUIC_LH_TYPE_RETRY) | ||||
* | Initial support to parse QUIC packets. | Rui Paulo | 2021-11-09 | 1 | -0/+289 |