]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] possible crash in 'show table' on stats socket
authorWilly Tarreau <w@1wt.eu>
Wed, 24 Aug 2011 06:23:34 +0000 (08:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 24 Aug 2011 06:23:34 +0000 (08:23 +0200)
commite17a8d02d99b09d1d6ddf8286c5060c05edc1b93
tree1340971293387eaf0fd10dfe4c311bd21e8f53f3
parentc9ebc446b8281958e2e4618c78d0b5e1e614991e
[BUG] possible crash in 'show table' on stats socket

Patch d5b9fd95 was missing an initialisation of "ctx.table.target", which caused
"show table" to segfault if it was issued after a "show errors" (target pointer == -1).
src/dumpstats.c