BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg()
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Aug 2014 13:19:33 +0000 (15:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 Aug 2014 13:19:33 +0000 (15:19 +0200)
commit5def8ef7864339b3e1e01a6c621e0c831c9e3bac
tree6e4d135598a12ed8934fd217b256f0f3945aef70
parent912c119557873e8ae4835eff95f48fd4971a30cb
BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg()

Just like previous patch, this is a remains of an early implementation. Also
fix the outdated comments above. The fix may be backported to 1.5 though the
bug cannot be triggerred, thus it's just a matter of keeping the code clean.
src/pattern.c