]> git.kaiwu.me - haproxy.git/commit
MEDIUM: h2: don't use trash to decode headers!
authorWilly Tarreau <w@1wt.eu>
Mon, 3 Jul 2017 12:44:26 +0000 (14:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:18 +0000 (18:16 +0100)
commit68dd9856cee6689a4be202a9ba6edadacc324f8b
tree08625e2f2c147c0e6af753e7ca7e5b78a7a57107
parent13278b44b17cf63b0a9606a847eb7ea39b24587e
MEDIUM: h2: don't use trash to decode headers!

The trash is already used by the hpack layer and for Huffman decoding,
it's unsafe to use here as a buffer and results in corrupted data. Use
a safely allocated trash instead.
src/mux_h2.c