commit | 5ab01cb01114065a3573570a48e84815e751bf14 | [log] [tgz] |
---|---|---|
author | mildis <me@mildis.org> | Tue Oct 02 16:46:34 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 11 15:17:47 2018 +0200 |
tree | c8ceb26c9c820f7cc18d737acf74cee00a3970f9 | |
parent | cd2d7de44efd3675b5f988dff1ced6843e30b46e [diff] |
BUG/MINOR: checks: queues null-deref queues can be null if calloc() failed. Bypass free* calls when calloc did fail.