commit | 042cc79e59a06117f0dec5d95fedb1b1af60f537 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 19 16:20:06 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 19 16:20:06 2007 +0100 |
tree | 7135ccc32a5a56d8fb94d4cab3c73bc3e647f381 | |
parent | aa9dce3bd69e2a0e9b61a456885e3b043f7a21d6 [diff] |
[BUG] fix pointer initializations for TCP connections. Very recent changes consisting in moving some pointers to the transaction instead of the session have lead to a bug because those pointers were only initialized if the protocol was HTTP, but they were freed based on their value. In some cases, it was possible to cause double frees.