|
|||||||||||
|
[Snort-devel] Bug in parser.c => SEGFAULT
From: Bart Haagdorens <Bart.Haagdorens(at)vub.ac.be>
Date: Thu Oct 02 2003 - 09:24:12 EDT
I justed stumbled into an obvious bug in parser.c, which is still present in release 2.0.2. parser.c, line 1822 (in 2.0.2) :
if(func == NULL)
FatalError("%s(%d) => Unknown rule type (%s)\n", file_name, file_line, func); } As func equals NULL, a SEGFAULT will be generated. Snort is bailing out anyhow, but the real reason is "masked" by the SEGFAULT. regards, Bart Haagdorens. Bart Haagdorens Vrije Universiteit Brussel TW-INFO Pleinlaan 2 B-1050 Brussels Belgium This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf Snort-devel mailing list Snort-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/snort-devel Received on Thu Oct 2 10:06:50 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:08:10 EDT |
||||||||||
|
|||||||||||