Browse Source

upstream author already has taken over my segfault fix

master
parent
commit
e95f4d1820
  1. 12
      milter-greylist/milter-greylist.patch
  2. 2
      milter-greylist/milter-greylist.spec

12
milter-greylist/milter-greylist.patch

@ -1,15 +1,3 @@
Index: acl.c
--- acl.c.orig 2006-12-29 21:38:17 +0100
+++ acl.c 2006-12-31 09:53:58 +0100
@@ -627,7 +627,7 @@
exit(EX_OSERR);
}
- memset(acl, 0, sizeof (acl));
+ memset(acl, 0, sizeof(*acl));
acl->a_delay = -1;
acl->a_autowhite = -1;
LIST_INIT(&acl->a_clause);
Index: milter-greylist.8
--- milter-greylist.8.orig 2006-08-30 22:50:42 +0200
+++ milter-greylist.8 2006-12-31 09:57:22 +0100

2
milter-greylist/milter-greylist.spec

@ -32,7 +32,7 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Mail
License: BSD
Version: 3.1.2
Version: 3.1.3
Release: 20061231
# package options

Loading…
Cancel
Save