Snort mailing list archives

rules.c:3426: failed assertion `idx->func != NULL'


From: Peter Radcliffe <pir () pir net>
Date: Mon, 6 Aug 2001 17:32:53 -0400

My instance of snort is dying regularly on this assertion;

] rules.c:3426: failed assertion `idx->func != NULL'

in this chunk of code;

] /***************************************************************/
] /**  D E T E C T I O N   E N G I N E   S T A R T S   H E R E  **/
] /***************************************************************/
] int Preprocess(Packet * p)
] {
]     PreprocessFuncNode *idx;
]     int retval = 0;
] 
]     do_detect = 1;
]     idx = PreprocessList;
] 
]     while(idx != NULL)
]     {
]         assert(idx->func != NULL);
]         idx->func(p);
]         idx = idx->next;
]     }

Anyone seen this before ?

Running snort 1.8p1 on a Solaris 2.6 box, soon to become a larger
Solaris 8 box.

Ta,
P.

-- 
pir                  pir () pir net                    pir () net tufts edu


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


Current thread: