> > I am pretty sure it is related tot he expression based filters. This is > > *very new* > > code and I guess it received limited practice drill. The valgrind > > exceptions point > > right into that new body of code. Will now try to reproduce it. > > Yup, it's a problem with boolean shortcut conditions. The problem occurs if > the > left subexpression returns 0. Fix is in lab, but I will check the other > shortcut > conditions before committing.
This should fix the problem: http://git.adiscon.com/?p=rsyslog.git;a=commitdiff;h=85dea8048aed1b2d74eec57b30155898892daa37 Rainer _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards

