Tuesday, October 30th, 2018libestr 0.1.11 has been released.
This release offers bigfixes and minor changes. Also, autotools requirements have been lowered.
You can download it here.
Version 0.1.11 2018-10-30
- 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.
closes https://github.com/rsyslog/libestr/issues/10 - CI/Travis: now also test on osX
Tags: 0.1.11, aix, bugfix, libestr, News, portability
Posted in News | Comments Off on libestr 0.1.11
Tuesday, December 9th, 2014libestr 0.1.10 has been released.
This release offers bigfixes and minor changes. Also, autotools requirements have been lowered.
You can download it here.
Version 0.1.10 2014-12-09
- 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)
- lower autotools requirement to 2.59 permits to build on stock RHEL/CENTOS 5
Tags: 0.1.10, bugfix, libestr, News
Posted in News | Comments Off on libestr 0.1.10
Tuesday, December 9th, 2014Download file name: libestr 0.1.10
libestr 0.1.10
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 0.1.10 File size: 0.336 MB
sha256sum: bd655e126e750edd18544b88eb1568d200a424a0c23f665eb14bbece07ac703c
Download this file now!
Tags: 0.1.10, bugfix, libestr
Posted in Download | Comments Off on libestr 0.1.10
Monday, October 28th, 2013libestr 0.1.9 has been released.
This release offers a critical bugfix.
You can download it here.
Version 0.1.9 2013-10-28
- bugfix: invalid number string when creating string from integer
Thanks to Pavel Levshin for the patch
Tags: 0.1.9, bugfix, libestr, News
Posted in News | Comments Off on libestr 0.1.9
Wednesday, October 16th, 2013libestr 0.1.8 has been released.
This release offers a critical bugfix.
You can download it here.
Version 0.1.8 2013-10-16
- bugfix: previous fix for string comparisons did not work properly
Thanks to Tomas Heinrich for alerting us
Tags: 0.1.8, bugfix, libestr, News
Posted in News | Comments Off on libestr 0.1.8
Thursday, October 10th, 2013libestr 0.1.7 has been released.
This release offers a critical bugfix.
You can download it here.
Version 0.1.7 2013-10-10
- bugfix: invalid comparison results for different-length strings
es_strcmp, es_strcasecmp, es_strbufcmp, and es_strcasebufcmp returned incorrect results if the first string was smaller than the second. In that case, the first string was always assumed to be lexially lower than the second. If the second string was larger than the first, the same issue occured. This did not affect equal comparisons, but LT/GT checks lead to invalid result, with potentially harsh consequences (e.g. qsort() did not work properly). This bug is present for a very long time, potentially down to the initial implementation of libestr.
Tags: 0.1.7, bugfix, libestr, News
Posted in News | Comments Off on libestr 0.1.7
Thursday, October 10th, 2013Download file name: libestr 0.1.7
libestr 0.1.7
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 0.1.7 File size: 0.323MB
sha256sum: 113de65115448fcc84e5d26c2a883c1777f535c0bd2fa97fbbc90db8a42b685a
Download this file now!
Tags: 0.1.7, bugfix, Download, libestr
Posted in Download | Comments Off on libestr 0.1.7
Thursday, September 12th, 2013libestr 0.1.6 has been released.
This release offers a critical bugfix.
You can download it here.
Version 0.1.6 2013-09-12
- bugfix: ascii hex code escapes did not work
Thanks to Rene Kalff for the patch
Tags: 0.1.6, ascii hex, bugfix, libestr, News
Posted in News | Comments Off on libestr 0.1.6