]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-fcgi: Use a literal string as format in app_log()
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 24 Sep 2019 12:30:46 +0000 (14:30 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 24 Sep 2019 12:30:49 +0000 (14:30 +0200)
commitc45791aa5234de9e19821d7b109ef7487b2f43df
tree0131a8fb4dd556542c33836c3b7c788c07cc00ee
parent82c798a082422f7cc7c96db772e0dc2ab71b2cb3
BUG/MINOR: mux-fcgi: Use a literal string as format in app_log()

This avoid any crashes if stderr messages contain format specifiers.

This patch partially fixes the issue #295. No backport needed.
src/mux_fcgi.c