]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy
authorWilly Tarreau <w@1wt.eu>
Tue, 26 Jan 2010 18:02:46 +0000 (19:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 26 Jan 2010 18:02:46 +0000 (19:02 +0100)
commitac778f5ade43bc3798a286ee6cf7f7cd1d323888
tree8f45c64df45aa8d85082261e74993655812d557c
parent0c5593169658d3642bcbc69d47d8aeb649d49d03
[CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy

This is simpler and more readable.
src/acl.c
src/pattern.c