Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a potential missing '\0' on too long strings. | Luis Fernando Muñoz Mejías | 2010-11-30 | 1 | -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.1 | Rainer Gerhards | 2008-07-30 | 1 | -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 bug | Rainer Gerhards | 2008-07-29 | 1 | -0/+67 |
- bugfix: no error was reported if the target of a $IncludeConfig could not be accessed. - added testbed for common config errors |