]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: lua: fix missing lock protection on server.
authorEmeric Brun <ebrun@haproxy.com>
Thu, 2 Nov 2017 16:21:40 +0000 (17:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Nov 2017 14:17:59 +0000 (15:17 +0100)
commit8c4954c5c267bffab7978cdbde9446f51f5775d8
treefdd4f571703afb4e606c7eef97b9fc84099b2cc8
parente9fd6b5916d30c020a8a12a9bfe105f786ef0b3e
BUG/MINOR: lua: fix missing lock protection on server.

To avoid inconsistencies server's attributes must be read
or updated under lock.
src/hlua_fcn.c