summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-10 08:43:53 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-10 08:43:53 +0200
commit3a0060c6eb7ae71221a6d08248af2fb356202583 (patch)
treecc761ead0279e384d107ba4135d7849197bd2d8e /ChangeLog
parent3853f06d948703f6a28fa6a131ea04521543d011 (diff)
downloadrsyslog-3a0060c6eb7ae71221a6d08248af2fb356202583.tar.gz
rsyslog-3a0060c6eb7ae71221a6d08248af2fb356202583.tar.xz
rsyslog-3a0060c6eb7ae71221a6d08248af2fb356202583.zip
bugfix: omsnmp had a too-small sized buffer for hostname+port.
This could not lead to a segfault, as snprintf() was used, but could cause some trouble with extensively long hostnames.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70ef3c06..00ec3f12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
---------------------------------------------------------------------------
Version 3.14.2 (rgerhards), 2008-04-??
+- bugfix: omsnmp had a too-small sized buffer for hostname+port. This
+ could not lead to a segfault, as snprintf() was used, but could cause
+ some trouble with extensively long hostnames.
+---------------------------------------------------------------------------
+Version 3.14.2 (rgerhards), 2008-04-09
- bugfix: segfault with expression-based filters
- bugfix: omsnmp did not deref errmsg object on exit (no bad effects caused)
- some cleanup