diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-04 15:32:00 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-04 15:32:00 +0000 |
commit | a92017cfc7b41989d87287f62df3451accce400c (patch) | |
tree | cc2586393bf091c069f22e448ff5365422cdaeb0 /ChangeLog | |
parent | 25dfb161a68038fae8de505df3e2350a450b1ee2 (diff) | |
download | rsyslog-a92017cfc7b41989d87287f62df3451accce400c.tar.gz rsyslog-a92017cfc7b41989d87287f62df3451accce400c.tar.xz rsyslog-a92017cfc7b41989d87287f62df3451accce400c.zip |
- fixed bug: a template like this causes an infinite loop: $template
opts,"%programname:::a,b%" thanks varmojfekoj for the patch
- fixed bug: case changing options crash freeing the string pointer because
they modify it: $template opts2,"%programname::1:lowercase%" thanks
varmojfekoj for the patch
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ Version 1.19.4 (rgerhards/varmojfekoj), 2007-09-04 in tplToString() - thanks varmojfekoj for patching - added a man-version of the config file documenation - thanks to Michel Samia for providing the man file +- fixed bug: a template like this causes an infinite loop: + $template opts,"%programname:::a,b%" + thanks varmojfekoj for the patch +- fixed bug: case changing options crash freeing the string pointer + because they modify it: $template opts2,"%programname::1:lowercase%" + thanks varmojfekoj for the patch --------------------------------------------------------------------------- Version 1.19.3 (mmeckelein/varmojfekoj), 2007-08-31 - small mem leak fixed (after calling parseSelectorAct) - Thx varmojkekoj |