]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-fcgi: silence a gcc warning about null dereference
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 25 Sep 2019 19:21:57 +0000 (21:21 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 26 Sep 2019 09:07:39 +0000 (11:07 +0200)
commit13ed9faecd4931bc766dbec19a6eb55b9b2fbe1a
tree83466041ae06bb06cf72b899161b803fd7e24b7a
parent4c08f12dd86bda574c15261bcd69135dd662f990
BUG/MINOR: mux-fcgi: silence a gcc warning about null dereference

Silence an impossible warning that gcc reports about a NULL dereference.
src/mux_fcgi.c