]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: map: segmentation fault with the stats's socket command "set map ..."
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 15 Jan 2014 17:09:36 +0000 (18:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Jan 2014 17:39:38 +0000 (18:39 +0100)
commit410f8101ae03f433294f8ac550eaa18e824422cd
tree57cd4b74c90641d8c13cbd6cc59ece5b76ec959e
parent2317976daa2ed2d078be42ed685f6d898b14720c
BUG/MEDIUM: map: segmentation fault with the stats's socket command "set map ..."

The value of the variable "appctx->ctx.map.ent" is used after the loop,
but its value has changed. The variable "value" is initialized and
contains the good value.

This is a recent bug, no backport is needed.
src/dumpstats.c