]> git.pld-linux.org Git - packages/exim.git/blobdiff - exim-spam-timeout.patch
- up to 4.92.1; fixes local/remote execution in sort operator; CVE-2019-13917, OVE...
[packages/exim.git] / exim-spam-timeout.patch
index 0c6c0fa870095271bfd1e7c730f6f23a5fc00093..8ef66bd69aa008b81876908d1cca95bfcdd9bf92 100644 (file)
@@ -4,8 +4,8 @@
      for (;;)
        {
        /*XXX could potentially use TFO early-data here */
--      if (  (spamd_sock = ip_streamsocket(sd->hostspec, &errstr, 5)) >= 0
-+      if (  (spamd_sock = ip_streamsocket(sd->hostspec, &errstr, 15)) >= 0
+-      if (  (spamd_cctx.sock = ip_streamsocket(sd->hostspec, &errstr, 5)) >= 0
++      if (  (spamd_cctx.sock = ip_streamsocket(sd->hostspec, &errstr, 15)) >= 0
           || sd->retry <= 0
         )
        break;
This page took 0.03706 seconds and 4 git commands to generate.