diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-11-25 17:20:55 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-11-25 17:20:55 +0100 |
commit | a3c81f500a4d952ce93162a730cadee8fbc8116b (patch) | |
tree | ab2dad94763e4045d1d38c1e9a3be94fc15dc68a /ChangeLog | |
parent | afafd9e0d7b333c54613670f4b9dbe3ae90ec51d (diff) | |
download | rsyslog-a3c81f500a4d952ce93162a730cadee8fbc8116b.tar.gz rsyslog-a3c81f500a4d952ce93162a730cadee8fbc8116b.tar.xz rsyslog-a3c81f500a4d952ce93162a730cadee8fbc8116b.zip |
bugfix: replacements for atomic operations for non-int sized types had problems.
At least one instance of that problem could potentially lead
to abort (inside omfile).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Version 5.6.2 [V5-STABLE] (rgerhards), 2010-11-?? Thanks to David Hill for providing a fix. - bugfix: atomic increment for msg object may not work correct on all platforms. Thanks to Chris Metcalf for the patch +- bugfix: replacements for atomic operations for non-int sized types had + problems. At least one instance of that problem could potentially lead + to abort (inside omfile). --------------------------------------------------------------------------- Version 5.6.1 [V5-STABLE] (rgerhards), 2010-11-24 - bugfix(important): problem in TLS handling could cause rsyslog to loop |