Snort mailing list archives

Re: snort I.8.3 segfaults with bad 'preporcessor stream4' directive


From: Chris Green <cmg () uab edu>
Date: Wed, 20 Feb 2002 23:59:06 -0600

HI all,
      minor bug report...

I got a new copy of the rules file and bungled the editing of the
snort.conf file.  The line:

preprocessor stream4:

caused snort to segfault.


Its caused by a bug in the argument parsing for stream4.  To work
around it, remove the :

To fix it

Change sp_stream4.c

<     if(args == NULL)
---
    if(args == NULL || args[0] == '\0')


or just update to current snort-stable cvs

Thanks 
-- 
Chris Green <cmg () uab edu>
Laugh and the world laughs with you, snore and you sleep alone.

_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: