SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libebml-devel-1.3.6-bp151.3.16.x86_64.rpm :

* Mon Jul 30 2018 rpmAATTfthiessen.de- Added fix-EbmlSInteger-limits.patch from upstream.
* Fixes build with openSUSE <= 42.3
* Mon Jul 30 2018 rpmAATTfthiessen.de- Update to 1.3.6:
* Fixed boo#1104354
* Fixed undefined behavior when reading signed integers with negative values from files.
* Fixed a small memory leak when reading an element runs into an I/O exception (e.g. due to having reached the end of the file).
* Fixed the EbmlMaster::GetDataStart() function returning wrong values for elements with an infinite/unknown size.
* Fixed finding the next element ID when garbage data is encountered during the scan for the ID.
* Fixed several potential situations where reading child element data could exceed the parent element\'s size.
* Fri Aug 25 2017 rpmAATTfthiessen.de- Update to 1.3.5
* The function EbmlMaster::CheckMandatory() will now only return false if a mandatory element is missing for which there\'s no default value in the specifications. This means that callers such as EbmlMaster::UpdateSize() and by extension EbmlMaster::Render() will not insist on all mandatory elements being present anymore, but only those for which there\'s no default value.
* Added a template function `FindNextChild`.
* Fix reading and EBML element even though the ID was not found within the allowed reading limit.
* Fixed an instance of undefined behavior in EbmlElement::GetSemantic() due to binding a dereferenced null pointer to a reference.
* Fri Jul 15 2016 rpmAATTfthiessen.de- Update to new upstream release 1.3.4
* Some minor changes required for clang
* Some minor changes for C99 support
* Required for mkvtoolnix >= 9.3.0
* Thu Oct 22 2015 rpmAATTfthiessen.de- Update to new upstream release 1.3.3 (security fixes!):
* EbmlUnicodeString::UpdateFromUTF8(): Fixed an invalid memory access. When reading from a UTF-8 string in which the length indicated by a UTF-8 character\'s first byte exceeds the string\'s actual number of bytes the parser would access beyond the end of the string resulting in a heap information leak. Fixes the issue reported as Cisco TALOS-CAN-0036.
* EbmlElement::ReadCodedSizeValue(): Fixed an invalid memory access. When reading a EBML variable length integer value a read access beyond the end of the available buffer was possible if fewer bytes were available than indicated by the first byte resulting in a heap information leak.
* EbmlMaster::Read(): When the parser encountered a deeply nested element with an infinite size then a following element of an upper level was not propagated correctly. Instead the element with the infinite size was added into the EBML element tree a second time resulting in memory access after freeing it and multiple attempts to free the same memory address during destruction. Fixes the issue reported as Cisco TALOS-CAN-0037.
* EbmlElement::FindNextElement(): Handle EOF when reading the element size properly.
* Fri May 01 2015 jengelhAATTinai.de- Update package descriptions a bit
* Wed Feb 11 2015 dimstarAATTopensuse.org- Add back BuildRoot: the rpm version of SLE11 still requires this and libebml is linked to 3rd party Build Servers, where building for SLE11 is still enabled.
* Sun Feb 01 2015 jengelhAATTinai.de- Update to new upstream release 1.3.1
* EbmlMaster: Fixed read() trying to calculate the end position of elements with an unknown size. This avoids endless loops and assertions in certain cases.
* EbmlElement::Render(): does not catch exceptions anymore. Instead, exceptions generated from the IOCallback class (e.g. if a write failed) are propagated to the caller.- Drop libebml-1.3.0-6efcb74d1e.patch (no longer relevant)
* Wed Aug 06 2014 jengelhAATTinai.de- Set RPM groups
* Tue Feb 11 2014 dimstarAATTopensuse.org- Also revert inlines-hidden: still breaks mkvtoolnix on i586.
 
ICM