]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: contrib/modsecurity: close the va_list ap before return
authorDragan Dosen <ddosen@haproxy.com>
Mon, 18 Sep 2017 07:20:43 +0000 (09:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 18 Sep 2017 09:18:34 +0000 (11:18 +0200)
commit2f1cacb1aaf0369cb39e14147f022fa6c321cb15
treef4e4874ae9cd0d2d8ebe8106c746f5354d06e036
parentccf6100e11769b1650ba56fa727cb51993d0f3d2
BUG/MINOR: contrib/modsecurity: close the va_list ap before return

Make sure the va_list ap is closed before return in case the function
vsnprintf() returned an error.
contrib/modsecurity/modsec_wrapper.c