]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: checks: queues null-deref
authormildis <me@mildis.org>
Tue, 2 Oct 2018 14:46:34 +0000 (16:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Oct 2018 13:17:47 +0000 (15:17 +0200)
commit5ab01cb01114065a3573570a48e84815e751bf14
treec8ceb26c9c820f7cc18d737acf74cee00a3970f9
parentcd2d7de44efd3675b5f988dff1ced6843e30b46e
BUG/MINOR: checks: queues null-deref

queues can be null if calloc() failed.
Bypass free* calls when calloc did fail.
src/checks.c