]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: qpack: abort on dynamic index field line decoding
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 20 Jun 2022 13:47:46 +0000 (15:47 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 20 Jun 2022 13:56:01 +0000 (15:56 +0200)
commitdebaa04f9e249f6bf75d40f38b34cfdcd7fc2047
tree6d4ab1debffb59e2921ac22f35ed8ec6e49b7dab
parent23f908ccd62b1123e0fe1ed73743dcd8390890e1
BUG/MINOR: qpack: abort on dynamic index field line decoding

Add an ABORT_NOW() clause if indexed field line referred to the dynamic
table. This is required as current haproxy QPACK implementation does not
support the dynamic table.

Note that this should not happen as haproxy explicitely advertizes a
null-sized dynamic table to the other peer.

This shoud fix github issue #1753.

No need to backport as this was introduced by commit
  b666c6b26eae3f17eee058eb6bcc9fe1b1c304d2
  MINOR: qpack: improve decoding function
src/qpack-dec.c