Changelog for
libestr0-0.1.11-150400.2.2.x86_64.rpm :
* Mon Oct 29 2018 janAATTgerhards.net-libestr 0.1.11: + portability: remove issues associated with AC_FUNC_MALLOC This configure.ac macro is known to cause issues and not provide real benefit. Thus many projects have removed it, as we have for most of the rsyslog projects. libestr seemed to have overlooked. This came up when troubleshooting issues on IBM AIX. + make build on AIX Thanks to github user purnimam1 for the patch + bugfix: es_str2num mishandling empty strings If es_str2num() receives an empty string, misadressing happens. Under extreme conditions, this theoretically can lead to a segfault. Thanks to Jan Gerhards for the patch.
* Tue Dec 09 2014 andreas.stiegerAATTgmx.de- libestr 0.1.10: + changed some functions that don\'t modify their arg to take const arg + bugfix: str2num did not convert hex values correctly + bugfix: problems with trailing incomplete hex sequence + bugfixes to StrFromNumber + some checks for potential overflows with giantic strings (>2GB)
* Mon Oct 28 2013 andreas.stiegerAATTgmx.de- update 0.1.9 [bnc#847968] - bugfix: invalid number string when creating string from integer
* Thu Oct 17 2013 andreas.stiegerAATTgmx.de- update to 0.1.8 - [bnc#846487] - bugfix: invalid comparison results for different-length strings es_strcmp, es_strcasecmp, es_strbufcmp, and es_strcasebufcmp
* Thu Sep 12 2013 andreas.stiegerAATTgmx.de- update to 0.1.6: - bugfix ascii hex code escapes did not work
* Fri Apr 19 2013 mtAATTsuse.de- update to 0.1.5: - bugfix: es_strncmp() did not work correctly Thanks to Philippe Muller for the patch. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=424
* Thu Sep 20 2012 andreas.stiegerAATTgmx.de- update to 0.1.4: - bugfix: ‘\\\\’ escape was not recognized when unescaping strings
* Wed Jul 11 2012 andreas.stiegerAATTgmx.de- feedback from SR#127042: remove manipulation of lib files
* Mon Jul 09 2012 jengelhAATTinai.de- Update to new upstream release 0.1.3
* fixes to the build system (honoring CFLAGS)
* Tue Jul 03 2012 andreas.stiegerAATTgmx.de- move to /usr/lib