Another VirtualPath-type bug

Katsuhiro Kondou kondou at nec.co.jp
Wed Jun 21 16:57:45 UTC 2000


In article <20000621064911.O10170 at vax.chrillesen.dk>,
	Barry Bouwsma <hostmaster at warez.netscum.dk> wrote;

} This line...
} 
}     /* XXXXX seems b0rkened...  if (VirtualPathlen > 0) { */
}     if ( (VirtualPathlen > 0) && (what != STbody) ) {
} -->>    if ((path = (char *)HeaderFindMem(ARThandle->data, ARThandle->len, "path", sizeof("path") - 1)) == NULL) {
}             SendIOv(".\r\n", 3);
} 
} ...with a small number of selected articles, seems to consistently
} result in a k0redump when the following line is reached somewhat
} later in the k0de:

I cannot find 'if ( (VirtualPathlen > 0) && (what != STbody) ) {'
line in nnrpd/article.c.  Is your code modified, isn't it?
-- 
Katsuhiro Kondou



More information about the inn-workers mailing list