]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux-h1: don't try to process an empty input buffer
authorWilly Tarreau <w@1wt.eu>
Sun, 16 Dec 2018 07:29:56 +0000 (08:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Dec 2018 07:29:56 +0000 (08:29 +0100)
commit3a6190fcd0026ea89c32e26d3f15ba3224aa74bb
treef26a15db4e4c33b42757c60edaa9c192cfb1502e
parentffda58b5468ccb4d44e4bde87b3f79501264eb5e
BUG/MEDIUM: mux-h1: don't try to process an empty input buffer

h1_process_input() may occasionally be called with an empty input
buffer, and the code behind cannot deal with that, let's check the
condition at the beginning.

No backport is needed.
src/mux_h1.c