]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: hpack: must reject huffman literals padded with more than 7 bits
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Dec 2017 11:00:36 +0000 (12:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Dec 2017 20:08:39 +0000 (21:08 +0100)
commit4235d182143369d608c436f83004ce931ebb3635
treec92e25438cadb1df72a1f6f1b911e727e5cab241
parent9e28f459b4d003072d84fce57811b26ff8245f54
BUG/MINOR: hpack: must reject huffman literals padded with more than 7 bits

h2spec reported that we didn't check that no more than 7 bits of padding
were left after decoding an huffman-encoded literal. This is harmless but
better fix it now.

To backport to 1.8.
src/hpack-huff.c