summaryrefslogtreecommitdiffstats
path: root/tests/testsuites/weird.parse1
Commit message (Collapse)AuthorAgeFilesLines
* changed testbench parser patterns for more usual system configRainer Gerhards2011-03-041-4/+4
| | | | | | | a problem in the current testbench is that it depends on the locally assigned system name. We have changed the default to the most common default value. However, in the long term we need to fix this (and will do so via a preloaded DNS cache, which we do not yet have!)
* message parser fixes and testbench enhancementsRainer Gerhards2010-02-221-1/+33
| | | | | | | | | - improved testbench to contain samples for totally malformed messages which miss parts of the message content - bugfix: some malformed messages could lead to a missing LF inside files or some other missing parts of the template content. - bugfix: if a message ended immediately with a hostname, the hostname was mistakenly interpreted as TAG, and localhost be used as hostname
* bugfix: message without MSG part could case a segfaultRainer Gerhards2010-02-221-0/+5
[backported from v5 commit 98d1ed504ec001728955a5bcd7916f64cd85f39f] This actually was a "recent" regression, but I did not realize that it was introduced by the performance optimization in v4-devel. Shame on me for having two devel versions at the same time...