commit | 7bba4ccfb68b2fc0e76f51bcca7cdcb1388c4023 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri May 20 17:28:07 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 31 20:30:01 2016 +0200 |
tree | f20be0c0298465835784808686be4113cc9d128c | |
parent | d55bd7a6a934387cdc5df7ad3fbc2718dc3a724e [diff] |
BUG/MEDIUM: fix risk of segfault with "show tls-keys" The reference to the tls_keys_ref was not deleted from the tlskeys_reference linked list. When the SSL is malconfigured, it can lead to an access to freed memory during a "show tls-keys" on the admin socked.