]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: be sure not to dereference a null stream for a target
authorWilly Tarreau <w@1wt.eu>
Wed, 5 Sep 2018 13:30:16 +0000 (15:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Sep 2018 18:01:23 +0000 (20:01 +0200)
commite1809dfdafa84a0c70803e85e52f6c624ed32352
tree2a2eaaef6f2dc5686aba4c721f1a01dc62d6cc3c
parentd4f9166f4e833eed47b380c555a04acd3a4441d2
MINOR: log: be sure not to dereference a null stream for a target

The supported targets are either a server or an applet, so both are
NULL if the stream is NULL.
src/log.c