]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Unchecked buffer length when building the token
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 18 Apr 2023 12:42:40 +0000 (14:42 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Wed, 19 Apr 2023 09:36:54 +0000 (11:36 +0200)
commit45662efb2f329ca2211e6c83d84257662b15cea5
tree7499a2b544ef3c6701af2b06999f19047f417723
parent0ed94032b21c06cb3a11455b02ff72a98d4ff3e5
BUG/MINOR: quic: Unchecked buffer length when building the token

As server, an Initial does not contain a token but only the token length field
with zero as value. The remaining room was not checked before writting this field.

Must be backported to 2.6 and 2.7.
src/quic_conn.c