commit | 7999ddbc953cf40c5f0213e29847a3bd40620b65 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 04 20:46:13 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 10:53:18 2010 +0200 |
tree | b88d8a90c9342ddde444c711574ca65e78c8bde2 | |
parent | 1d315eaa248abd05959beb43b3f9321d81610f4f [diff] |
[MINOR] stream_sock: don't dereference a non-existing frontend The stream_sock accept() can be used without any frontend. Check everywhere if it exists before dereferencing it in the error path.