summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-31 16:21:58 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-31 16:21:58 +0200
commit302ad02e7781892856c1cacaf98a87f90db9571c (patch)
tree0f3763df366549cf0da9671378ae1a3e4d5040fb /tools
parente3b469befafe9fa55413eb8a7df35c120670c9bf (diff)
downloadrsyslog-302ad02e7781892856c1cacaf98a87f90db9571c.tar.gz
rsyslog-302ad02e7781892856c1cacaf98a87f90db9571c.tar.xz
rsyslog-302ad02e7781892856c1cacaf98a87f90db9571c.zip
temporary bugfix replaced by permanent one for...
...message-induced off-by-one error (potential segfault) (see 4.6.2) The analysis has been completed and a better fix been crafted and integrated.
Diffstat (limited to 'tools')
-rw-r--r--tools/syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index 64b23566..a03dcf0e 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -792,7 +792,7 @@ parseAndSubmitMessage(uchar *hname, uchar *hnameIP, uchar *msg, int len, int fla
* (I couldn't do any more smart things anyway...).
* rgerhards, 2007-9-20
*/
- DBGPRINTF("internal error: iMsg > max msg size in printchopped()\n");
+ DBGPRINTF("internal error: iMsg > max msg size in parseAndSubmitMessage()\n");
}
FINALIZE; /* in this case, we are done... nothing left we can do */
}