On Wed, Aug 15, 2007 at 05:02:18AM +0000, brian m. carlson wrote:
> A patch is attached to fix this problem.  I tagged the bug "upstream"
> because in all likelihood, this is an upstream problem as well.  It may
> also occur in programs derived from ircii; these should be easy to spot,
> since there's a set of security bugs going around right now.

I NMU'ed this patch in, thank you, Brian.

The debdiff is attached.

Kind regards,
Philipp Kern
Debian Developer
diff -u ircii-20051015/debian/changelog ircii-20051015/debian/changelog
--- ircii-20051015/debian/changelog
+++ ircii-20051015/debian/changelog
@@ -1,3 +1,11 @@
+ircii (20051015-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Apply a patch to fix a SEGV in mksiginc, thanks to brian m. carlson.
+    (Closes: #377630)
+
+ -- Philipp Kern <[EMAIL PROTECTED]>  Sun, 21 Oct 2007 11:33:50 +0200
+
 ircii (20051015-2) unstable; urgency=medium
   
   * fixed persisting input prompt (Closes: Bug#337406)
only in patch2:
unchanged:
--- ircii-20051015.orig/source/mksiginc.c
+++ ircii-20051015/source/mksiginc.c
@@ -52,7 +52,7 @@
        int i;
 
        signames[0] = "ZERO";
-       for (i = 1; i < MAXSIG; i++);
+       for (i = 1; i < MAXSIG; i++)
                signames[i] = 0;
 
 #ifdef SIGABRT

Attachment: signature.asc
Description: Digital signature

Reply via email to