]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: acl: fix improper string size assignment in proxy argument
authorWilly Tarreau <w@1wt.eu>
Sun, 29 Sep 2013 09:36:53 +0000 (11:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 29 Sep 2013 10:54:58 +0000 (12:54 +0200)
commit8cc16530c46d10f2bcbdfb9836fd5b203d9eed45
tree6727cb80a36315e3432ec16788c54ffc458c6a7d
parent7959a55e15566baa936b9880d216868e5390d8e5
BUG/MINOR: acl: fix improper string size assignment in proxy argument

This minor bug was found using the coccinelle script "da.cocci". The
len was initialized twice instead of setting the size. It's harmless
since no operations are performed on this empty string but needs to
be fixed anyway.
src/acl.c