]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Missing incrementation in NEW_TOKEN frame builder
authorFrederic Lecaille <flecaille@haproxy.com>
Fri, 30 Aug 2024 12:25:26 +0000 (14:25 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Fri, 30 Aug 2024 15:04:09 +0000 (17:04 +0200)
commit76c80605a6cc7880e4184c52fb1a314367410271
tree762044fcb6c53b4ea1cffed0afc69330bf849b18
parentf5b09dc452f582eb876527fd28103bc29c51afad
BUG/MINOR: quic: Missing incrementation in NEW_TOKEN frame builder

quic_build_new_token_frame() is the function which is called to build
a NEW_TOKEN frame into a buffer. The position pointer for this buffer
was not updated, leading the NEW_TOKEN frame to be malformed.

Must be backported as far as 2.6.
src/quic_frame.c