summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQualys Security Advisory <qsa@qualys.com>2021-02-21 19:05:56 -0800
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2021-04-28 00:40:38 +0200
commita53a7fcfb8216764e4420d8d263356b4ed7d5cef (patch)
tree47865c40c6632cd401a4fdc55d4bb505c8f3eddb
parent1c261b90f627f0489f7dfcf1e66b46cce67f477d (diff)
downloadexim4-a53a7fcfb8216764e4420d8d263356b4ed7d5cef.tar.gz
CVE-2020-28018: Use-after-free in tls-openssl.c
(cherry picked from commit 6290686dd59d8158d100c67e8f96df27158a6fc5)
-rw-r--r--src/src/tls-openssl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c
index 054b23d0c..499384b50 100644
--- a/src/src/tls-openssl.c
+++ b/src/src/tls-openssl.c
@@ -3675,16 +3675,12 @@ if ((more || corked))
{
if (!len) buff = US &error; /* dummy just so that string_catn is ok */
-#ifndef DISABLE_PIPE_CONNECT
int save_pool = store_pool;
store_pool = POOL_PERM;
-#endif
corked = string_catn(corked, buff, len);
-#ifndef DISABLE_PIPE_CONNECT
store_pool = save_pool;
-#endif
if (more)
{