Adam Heath лет назад: 23
Родитель
Сommit
5eda2db408
3 измененных файлов с 7 добавлено и 0 удалено
  1. 4 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 1 0
      main/main.c

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Sat Sep 13 16:28:52 CDT 2003 Adam Heath <doogie@debian.org>
+
+  * main/main.c: Fix segfault with --status-fd.
+
 Sat Sep 13 16:26:36 CDT 2003 Adam Heath <doogie@debian.org>
 
   * scripts/dpkg-source.pl: Add .cvsignore to dpkg-source's default diff

+ 2 - 0
debian/changelog

@@ -37,6 +37,8 @@ dpkg (1.10.11) unstable; urgency=low
   * Darren Salt <linux@youmustbejoking.demon.co.uk>:
     Add .cvsignore to dpkg-source's default diff ignore regex.  Also fix
     missing \ escape for .deps.  Closes: #174013
+  * Koblinger Egmont <egmont@uhulinux.hu>:
+    Fix segfault with --status-fd.  Closes: #173618
 
  -- Wichert Akkerman <debian@extern.wiggy.net>  UNRELEASED
 

+ 1 - 0
main/main.c

@@ -281,6 +281,7 @@ static void setpipe(const struct cmdinfo *cip, const char *value) {
     *lastpipe= nfmalloc(sizeof(struct pipef));
   }
   (*lastpipe)->fd= v;
+  (*lastpipe)->next= NULL;
 }
 
 static void setforce(const struct cmdinfo *cip, const char *value) {