commit | 48e46f98ccf97427995eb41c6f28cc38705bdd7e | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Oct 14 09:34:00 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 14 10:25:11 2022 +0200 |
tree | ca1afbf154be2ac4af22960401af3c4fb972892f | |
parent | ef3e5a1b6815f8cfa2783e1e73ee7f198b691e34 [diff] |
BUILD: ssl_sock: bind_conf uninitialized in ssl_sock_bind_verifycbk() Even if this cannot happen, ensure <bind_conf> is initialized in this function to please some compilers. Takes the opportunity of this patch to replace an ABORT_NOW() by a BUG_ON() because if the variable values they test are not initialized, this is really because there is a bug. Must be backported to 2.6.