]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG: spoe: Fix parsing of SPOE actions in ACK frames
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Nov 2016 13:53:22 +0000 (14:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Nov 2016 07:09:10 +0000 (08:09 +0100)
commitb5cff60ef571f84881cfee98e2ffc5efe91d1b3b
tree7c15ff7446175f15dee4e70d0708a59b206e055d
parent97108e08ce8398945d8aae6724a0d32fb599a5d0
BUG: spoe: Fix parsing of SPOE actions in ACK frames

For "SET-VAR" actions, data was not correctly parsed. 'idx' variable was not
correctly updated when the 3rd argument was parsed.
src/flt_spoe.c