]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
snapshot-20011105
authorWietse Venema <wietse@porcupine.org>
Mon, 5 Nov 2001 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <viktor@dukhovni.org>
Tue, 5 Feb 2013 06:27:33 +0000 (06:27 +0000)
postfix/HISTORY
postfix/src/cleanup/cleanup.c
postfix/src/global/mail_version.h

index 46c514f362cf976a2bfb63deefdcbfbae2eaff91..70d4a745052c3d4e420d429a91bdc14d38966529 100644 (file)
@@ -5571,6 +5571,11 @@ Apologies for any names omitted.
        Portability: updated Mac OS X documentation and install
        scripts by Gerben Wierda.
 
+20011105
+
+       Bugfix: missing terminator in new attribute-based function
+       call caused signal 11. File: src/cleanup/cleanup.c.
+
 Open problems:
 
        Medium: need in-process caching for map lookups. LDAP
index 28185986f94efd6ff0b0c02f39d566aaf067ba1f..74c80bcc63537d55a89730b62ba8dbd9fb653be0 100644 (file)
@@ -195,7 +195,8 @@ static void cleanup_service(VSTREAM *src, char *unused_service, char **argv)
               ATTR_TYPE_STR, MAIL_ATTR_QUEUEID, state->queue_id,
               ATTR_TYPE_END);
     if (attr_scan(src, ATTR_FLAG_STRICT,
-                 ATTR_TYPE_NUM, MAIL_ATTR_FLAGS, &flags) != 1) {
+                 ATTR_TYPE_NUM, MAIL_ATTR_FLAGS, &flags,
+                 ATTR_TYPE_END) != 1) {
        state->errs |= CLEANUP_STAT_BAD;
        flags = 0;
     }
index 0b27eab11a2550124e50be7e90841cff6adbf67a..0d6789be1072ab0d51e1d50dc39b496d9e24671d 100644 (file)
@@ -15,7 +15,7 @@
   * Version of this program.
   */
 #define VAR_MAIL_VERSION       "mail_version"
-#define DEF_MAIL_VERSION       "Snapshot-20011104"
+#define DEF_MAIL_VERSION       "Snapshot-20011105"
 extern char *var_mail_version;
 
 /* LICENSE