]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h1: Fix a possible null pointer dereference in h1_subscribe()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 4 Sep 2019 08:22:34 +0000 (10:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 4 Sep 2019 08:30:11 +0000 (10:30 +0200)
commit51bb1856181b2d8897cfc5694cca7d2a3241cb33
tree908276b7f1e769c3732698db1c5dcc9c99aa48f5
parentb066747107bc27b6b94cec794cd76f12c5588795
BUG/MINOR: mux-h1: Fix a possible null pointer dereference in h1_subscribe()

This patch fixes the github issue #243. No backport needed.
src/mux_h1.c