]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: lua: in some case a sample may remain undefined
authorThierry FOURNIER <tfournier@arpalert.org>
Wed, 26 Aug 2015 12:19:03 +0000 (14:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 27 Aug 2015 09:31:02 +0000 (11:31 +0200)
commit93405e1fded8c13e85ed3e606d798d4955f91222
treef695ccf841cd10d130e60f859baa31a822f416c3
parent0d79cf686b10d8fda481bf0a083bb91e3e6db829
BUG/MINOR: lua: in some case a sample may remain undefined

When we transform a top stack entry in sample, the empty stack case
is not handled. This patch fix this behavior.
src/hlua.c