commit | af01c7c2a6fd7a4a7a907a373b07ca5aa28e8195 | [log] [tgz] |
---|---|---|
author | Delta Yeh <delta.yeh@gmail.com> | Mon May 03 22:08:33 2010 +0800 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 09 21:19:08 2010 +0200 |
tree | b9383a8c8b271255dd41ff0b4708433dd5e59b08 | |
parent | d2c142c7ee7829e724e611883da387bef3735bb8 [diff] |
[BUG] cttproxy: socket fd leakage in check_cttproxy_version in cttproxy.c check_cttproxy_version socket is not closed before function returned. Although it is called only once, I think it is better to close the socket.