commit | 99ade09cbfc67697fca0b2560f174c5c9385063f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 11 19:47:31 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 11 19:47:31 2022 +0200 |
tree | aa978efbdd5d69d4312374dda943068a54940a56 | |
parent | 784b868c97d26adc0e5f6f9a2784bd20074a87c7 [diff] |
BUILD: ssl: fix build warning with previous changes to ssl_sock_ctx Some compilers see a possible null deref after conn_get_ssl_sock_ctx() in ssl_sock_parse_heartbeat, which cannot happen there, so let's mark it as safe. No backport needed.