]> git.pld-linux.org Git - packages/sendmail.git/blobdiff - sendmail-hprescan-dos.patch
- up to 8.13.3
[packages/sendmail.git] / sendmail-hprescan-dos.patch
index 8d79f34166e847345a231509c6bb1e9ed3eccc7d..5a4ace3d5a2b2159dea5b45289c9f401c462ec31 100644 (file)
@@ -1,24 +1,23 @@
-diff -Nur sendmail-8.12.0.orig/sendmail/collect.c sendmail-8.12.0/sendmail/collect.c
---- sendmail-8.12.0.orig/sendmail/collect.c    Wed Sep  5 00:43:02 2001
-+++ sendmail-8.12.0/sendmail/collect.c Mon Sep 24 10:25:42 2001
+--- sendmail-8.13.3/sendmail/collect.c~        2004-12-01 00:29:15.000000000 +0100
++++ sendmail-8.13.3/sendmail/collect.c 2005-03-08 09:43:40.848804648 +0100
 @@ -15,6 +15,8 @@
  
  SM_RCSID("@(#)$Id$")
  
 +#define MAXHDRZ 512
 +
- static void   collecttimeout __P((time_t));
- static void   dferror __P((SM_FILE_T *volatile, char *, ENVELOPE *));
+ static void   collecttimeout __P((int));
  static void   eatfrom __P((char *volatile, ENVELOPE *));
-@@ -292,6 +294,7 @@
-       HDR **hdrp;
+ static void   collect_doheader __P((ENVELOPE *));
+@@ -288,6 +290,7 @@
        register ENVELOPE *e;
+       bool rsetsize;
  {
 +      int hdrz = 0;
        register SM_FILE_T *volatile df;
        volatile bool ignrdot;
-       volatile time_t dbto;
-@@ -582,6 +585,16 @@
+       volatile int dbto;
+@@ -613,6 +616,16 @@
                                mstate = MS_BODY;
                                goto nextstate;
                        }
This page took 0.086233 seconds and 4 git commands to generate.