commit | 4266a36c5a263adeb51f8dc0cacec0d7f2aeeee7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Feb 01 23:15:45 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Feb 01 23:15:45 2007 +0100 |
tree | e4df7a111a137d7d28193304b8f4ca5b43d4a7e6 | |
parent | 9cabf70db76e9884b5cbfe9d74939a98b2994c95 [diff] |
[BUG] segfault on some erroneous configurations If captures were configured in a TCP-only listener, and the logs were enabled, the proxy could segfault when trying to scan the capture buffer which was NULL. Such an erroneous configuration will not be possible anymore soon, but let's avoid the problem for now by detecting the NULL condition.