]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: lua: Useless copy
authorThierry Fournier <tfournier@arpalert.org>
Fri, 19 Feb 2016 17:30:13 +0000 (18:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Feb 2016 21:42:47 +0000 (22:42 +0100)
commit9d5fb6d6a01331ac3fca3ff16b832697abe6e335
tree255ecd8fd0b05ccca364373044e22c27a26a57c4
parent9f72555b6576d516cf185f48b2d722d9ac1ec7a1
BUG/MINOR: lua: Useless copy

A value is copied two time in teh stack, but only one is usefull. The
second copy leaves unused in the stack and take some room for noting.

This path removes the second copy.

Must be backported in 1.6
src/hlua.c