diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-22 15:47:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-22 15:47:07 +0100 |
commit | 148910c285161097b44cd5df165c3bd19e21ae33 (patch) | |
tree | 87af5b64bf5f45bdafdf8fd1bcba6dae6592aaa7 /ChangeLog | |
parent | e6aaf1254404661c59504dab264a1140e9e7b2bc (diff) | |
download | rsyslog-148910c285161097b44cd5df165c3bd19e21ae33.tar.gz rsyslog-148910c285161097b44cd5df165c3bd19e21ae33.tar.xz rsyslog-148910c285161097b44cd5df165c3bd19e21ae33.zip |
bugfix(minor): BSD_SO_COMPAT query function had some global vars not properly initialized.
However, in practice the loader initializes them with zero, the
desired value, so there were no actual issue in almost all cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,6 +39,10 @@ Version 4.6.2 [v4-stable] (rgerhards), 2010-03-?? Previously, it could lead to garbagge output and, in extreme cases, also to segfaults. Note: this was a problem only when debug output was actually enabled, so it caused no problem in production use. +- bugfix(minor): BSD_SO_COMPAT query function had some global vars not + properly initialized. However, in practice the loader initializes them + with zero, the desired value, so there were no actual issue in almost + all cases. --------------------------------------------------------------------------- Version 4.6.1 [v4-stable] (rgerhards), 2010-03-04 - re-enabled old pipe output (using new module ompipe, built-in) after |