]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: ssl: Random crash with cipherlist capture
authorThierry FOURNIER <thierry.fournier@ozon.io>
Sun, 17 Jun 2018 19:33:01 +0000 (21:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 18 Jun 2018 08:32:12 +0000 (10:32 +0200)
commit16ff050478ab94d5147a4603fbd942a7f931c023
treec9d192cf67beef30820f8d598a7fa73f048b26ae
parentf874a83b57acce760b0e500bbee47115390f777d
BUG/MAJOR: ssl: Random crash with cipherlist capture

The cipher list capture struct is stored in the SSL memory space,
but the slot is reserved in the SSL_CTX memory space. This causes
ramdom crashes.

This patch should be backported to 1.8
src/ssl_sock.c