]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] Consistently use error in tcp_parse_tcp_req()
authorSimon Horman <horms@verge.net.au>
Fri, 15 Jul 2011 04:14:06 +0000 (13:14 +0900)
committerWilly Tarreau <w@1wt.eu>
Mon, 18 Jul 2011 08:21:23 +0000 (10:21 +0200)
commit6c54d8b63b291bfffd232214e65c6b05312c33ec
tree29459300adfea26d409731d7ca8c46b1f00c29b1
parent14389e703663adf7348ab938ed676292a35b8bf8
[MINOR] Consistently use error in tcp_parse_tcp_req()

It seems to me that without this change tcp_parse_tcp_req()
may leak memory.
src/proto_tcp.c