summaryrefslogtreecommitdiffstats
path: root/tests/cfg4.testin
Commit message (Collapse)AuthorAgeFilesLines
* Fix a potential missing '\0' on too long strings.Luis Fernando Muñoz Mejías2010-11-301-44/+8
| | | | | | | | | | | | By implementing a trivial strlcpy it's much easier to detect string truncations and react to them. This also gives a noticeable speedup in buffer handling (can be HUGE), since strlcpy() doesn't clear all the buffer entry before writing data. Converted all uses of strncpy() into strlcpy(). Also, we don't need to check for some null pointers, as there are no malloc-like operations in the doAction loop.
* preparing for 3.21.1Rainer Gerhards2008-07-301-2/+2
| | | | | | | I disabled some make check checks for make distcheck. I need to add some addtl support for make distcheck environment to rsyslogd and I don't like to hold 3.21.1 just for that any longer.
* added testbed for config errors and fixed a bugRainer Gerhards2008-07-291-0/+67
- bugfix: no error was reported if the target of a $IncludeConfig could not be accessed. - added testbed for common config errors