On Sat, Apr 23, 2016 at 11:44:13PM +0200, Willy Tarreau wrote:
> I'm seeing 15 calls there that need to be adjusted. Status, cookies and
> URI are the main victims. A lot of "txn->uri" can simply be changed to
> "(txn && txn->uri)". I may try to do it tomorrow if nobody beats me by
> doing it before.

OK fixed upstream by commit 57bc891 ("BUG/MEDIUM: log: fix risk of segfault
when logging HTTP fields in TCP mode").

I'll backport it to 1.6.

Willy

Reply via email to