commit | 18eeb8e8156c4f32a65cee40a96b0b30e74eeb59 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Mar 20 14:42:36 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Mar 20 14:49:25 2020 +0100 |
tree | 671802e79477ad35fee279c7befa78eed7bcbdaa | |
parent | c0caac2cc8f51c5802f0128a4ceb0c73ff601ead [diff] |
BUG/MINOR: ssl/cli: fix a potential NULL dereference Fix a potential NULL dereference in "show ssl cert" when we can't allocate the <out> trash buffer. This patch creates a new label so we could jump without trying to do the ci_putchk in this case. This bug was introduced by ea987ed ("MINOR: ssl/cli: 'new ssl cert' command"). 2.2 only. This bug was referenced by issue #556.