BUG/MINOR: spoe: Fix parsing of arguments in spoe-message section
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Feb 2017 21:41:09 +0000 (22:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Mar 2017 14:32:55 +0000 (15:32 +0100)
commitb0b42388259224be54bf504fa559803b39d6453c
treedd160e840a262614d627349282d2bc53b64f94c3
parent3b386a318f699def6f37b4d3199cd1d72c481a0f
BUG/MINOR: spoe: Fix parsing of arguments in spoe-message section

The array of pointers passed to sample_parse_expr was not really an array but a
pointer to pointer. So it can easily lead to a segfault during the configuration
parsing.
src/flt_spoe.c