innd crashing in -current

Katsuhiro Kondou kondou at nec.co.jp
Wed Feb 7 07:24:43 UTC 2001


In article <72g0hr9ed6.fsf at nd1.eng.demon.net>,
	Alex Kiernan <alexk at demon.net> wrote;

} I think I've got art.c overrunning a buffer & core dumping at the
} strcpy in FileGlue:

Aattached should fix it, and also committed.
-- 
Katsuhiro Kondou

--- innd/art.c	2001/02/07 03:02:21	1.161
+++ innd/art.c	2001/02/07 07:21:06
@@ -2663,6 +2666,7 @@
   if (Accepted) {
     if (IsControl) {
       TMRstart(TMR_ARTCTRL);
+      HDR_PARSE_START(_control);
       ARTcontrol(data, HDR(_control), cp);
       TMRstop(TMR_ARTCTRL);
     }


More information about the inn-workers mailing list