mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 11:33:51 +02:00
Some error paths in 'ssl_sock_passwd_cb' (allocation failures) did not set the 'passphrase_idx' to -1 which is the way for the caller to know not to call the callback again so in some memory contention contexts we could end up calling the callback 'infinitely' (or until memory is finally available). This patch must be backported to 3.3.