3 Commits

Author SHA1 Message Date
PascalWithopf
bd8a1b8136 freeBSD: disable tests that are not working
FreeBSD is not able to run all tests, therefore all tests that can't be run will be disabled.
2017-10-27 12:18:59 +02:00
Rainer Gerhards
87b29734f3 core bugfix: memory leak if no parser handles message
if no parser can handle a message, the message object is
leaked. If this happens frequently, a rather large leak exists.

see also https://github.com/rsyslog/rsyslog/issues/102
2017-05-11 12:48:08 +02:00
Rainer Gerhards
5a4ea1dd91 bugfix: parser subsystem did not report first 1000 errors...
... when no matching parser could be found. From then on, it reported
all remaining occurences of this incident. This was right the counter
of what was intended, happend due to invalid check condition.
2017-05-11 12:48:08 +02:00