CVE-2020-28018: Use-after-free in tls-openssl.c
[exim.git] / src / src / tls-openssl.c
index 054b23d0cb446cb4d20803084bd090e8c0f91fca..499384b50e34c6e6159c79a9858abe8bcc4bb133 100644 (file)
@@ -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)
     {