commit | c57fb3be75d0cd36919ce94d5ef1d13ee6b15f98 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 29 11:11:02 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 02 09:51:35 2023 +0100 |
tree | d96c42713e91120f1bce6ce14d5dbc1629602d58 | |
parent | b5662519df8006e25e3259c2737fc87aa9e35e84 [diff] |
MINOR: cfgparse-ssl: avoid a possible crash on OOM in ssl_bind_parse_npn() Upon out of memory condition at boot, we could possibly crash when parsing the "npn" bind line keyword since it's used unchecked. There's no real need to backport this though it will not hurt.