]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] acl: fd leak when reading patterns from file
authorWilly Tarreau <w@1wt.eu>
Sat, 26 Feb 2011 14:14:15 +0000 (15:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 26 Feb 2011 14:14:15 +0000 (15:14 +0100)
commit6a8097f034b7b872c662700486090a57515d10c0
tree0a5d4998d54b5bad8135fdd4d171e3bc3a08fa7c
parent9d9ed0113b9c1734d9ced5b84d6656162760b3f9
[BUG] acl: fd leak when reading patterns from file

The fd is not closed after patterns have successfully been read from
a file. Bug reported by Bertrand Jacquin. Should be backported to 1.4.
src/acl.c