]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: lua: protects the upper boundary of the argument list for converters...
authorDavid Carlier <devnexen@gmail.com>
Wed, 27 Apr 2016 15:14:50 +0000 (16:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 Apr 2016 05:17:42 +0000 (07:17 +0200)
commitabdb00fbc012d3291a985d12df361f3df34a3300
treec1b99cedf65a672f4f6b9e53caa7ee78c6ede18a
parent3610c39c8c67797fbd7cb589c694cc70386627db
BUG/MEDIUM: lua: protects the upper boundary of the argument list for converters/fetches.

When a converter or sample is called from within a Lua code, there is a risk
of invalid argument string data usage when the upper boundary is reached.
Would be kind to port to 1.6 if possible.
src/hlua.c