> 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. 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

