commit | c3bfeebdb498da7f87a35aa4c9333841c23dd4df | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 16 09:14:45 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 29 07:09:25 2010 +0200 |
tree | f3ad6b5e3b1e3a604239f4be4f9f11ce0fcee870 | |
parent | e52564c4dd3965837277ebd5f3c6daf177e28dda [diff] |
[MINOR] fix possible crash in debug mode with invalid responses When trying to display an invalid request or response we received, we must at least check that we have identified something looking like a start of message, otherwise we can dereference a NULL pointer.