]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: http: the "http_first_req" sample fetch could crash without a steeam
authorWilly Tarreau <w@1wt.eu>
Wed, 29 Apr 2020 09:52:13 +0000 (11:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 Apr 2020 09:55:36 +0000 (11:55 +0200)
commit79512b6d8f2f049a86b2332d4f4dc972cc33d631
treedc96bdf6e1bb05d37ce9317d09007d450f2b52c3
parent0898c2d2f2c5ae043a443550992efd90ec18b2ab
BUG/MEDIUM: http: the "http_first_req" sample fetch could crash without a steeam

Since commit 5f940703b3 ("MINOR: log: Don't depends on a stream to process
samples in log-format string") it has become quite obvious that a few sample
fetch functions and converters were still heavily dependent on the presence
of a stream without testing for it.

The http_first_req sample fetch function, if called without a stream, will
result in a crash.

This fix adds a check for the stream's existence, and should be backported
to all stable versions up to 1.6.
src/http_fetch.c