summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-25NEWS: update changelogexempi-2.4-branchHubert Figuière1-0/+1
2018-09-25configure.ac: set the version properly to 2.4.6Hubert Figuière1-1/+1
2018-09-25Issue #9 - Fix null-pointer-dereference (CVE-2018-12648)Victor Rodriguez1-3/+5
The WEBP::GetLE32 function in XMPFiles/source/FormatSupport/WEBP_Support.hpp in Exempi 2.4.5 has a NULL pointer dereference. https://bugs.freedesktop.org/show_bug.cgi?id=106981 https://gitlab.freedesktop.org/libopenraw/exempi/issues/9 Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena@intel.com> Signed-off-by: Hubert Figuière <hub@figuiere.net>
2018-03-18configure: Bump version to 2.4.6Hubert Figuière2-1/+6
2018-03-18Bug 105580 - use alignment-safe copy on ARM on LinuxSteve Langasek1-0/+3
Detect ARM target arch and define XMP_IOS_ARM to enable specific memory handling in the XMP SDK code. Signed-off-by: Hubert Figuière <hub@figuiere.net>
2018-03-07Update NEWS. Added CVE and release date2.4.5Hubert Figuière1-4/+5
2018-02-26Bug 105247 - Fix a null dereference in WEBP parserHubert Figuière1-2/+4
2018-02-25configure: bump version to 2.4.5Hubert Figuière1-2/+3
2018-02-25Bug 105206 - Cosmetic fixes to the bug fixHubert Figuière1-2/+6
2018-02-25NEWS: updated for 2.4.5Hubert Figuière1-0/+6
2018-02-25Bug 105205 - fix a buffer overflow in the TIFF parserHubert Figuière1-2/+3
2018-02-25Bug 105204 - Fix a buffer overflow in PSD parserHubert Figuière1-0/+6
2018-02-25Bug 105206 - Fix a buffer overflow in the PS HandlerHubert Figuière1-1/+3
2018-02-04NEWS: added release dateHubert Figuière1-1/+1
2018-02-02Update NEWS2.4.4Hubert Figuière1-1/+3
2018-02-02Bug 102484 - Fix an infinite loop in ASF parser.Hubert Figuière1-0/+2
2018-02-01Bug 102483 - Fix an infinite loop in QuickTime parser.Hubert Figuière1-1/+2
2018-02-01Bug 104885 - Adjust minimum gcc version in doc to be 4.6.0Hubert Figuière2-1/+2
2017-08-15Open version 2.4.4Hubert Figuière2-2/+8
2017-08-14Bug 102151 - RIFF: fix an infinite loop cause by an overflowHubert Figuière1-1/+2
2017-08-14Bug 102197 - WEBP: Properly initialize members to NULLHubert Figuière1-1/+5
2017-08-03Forgot release date2.4.3Hubert Figuière1-1/+1
2017-08-03Update NEWSHubert Figuière1-1/+3
2017-08-03Bug 101914 - Fix crash on corrupt fileHubert Figuière1-2/+10
- Don't go past the end iterator - Don't subcript an empty string
2017-08-02Bug 101913 - Prevent an assert from being reached with a corrupt fileHubert Figuière1-2/+2
- In VPXChunk::width() and VPXChunk::height() ensure val isn't 0.
2017-03-26This will be 2.4.3Hubert Figuière2-2/+8
2017-03-26Bug 100397 - Fix crash on malformed JPEG fileHubert Figuière7-28/+85
- Check the buffer doesn't overrun for the TIFF tag - Fix a use-after-free in exception handling - Fix two invalid memcpy() on overlapping memory
2017-01-29Release 2.4.22.4.2Hubert Figuière2-2/+8
2017-01-29Properly define BanAllEntityUsage.Hubert Figuière1-1/+1
See https://bugzilla.redhat.com/show_bug.cgi?id=888765
2017-01-23Release 2.4.12.4.1Hubert Figuière2-3/+4
2017-01-22Update NEWSHubert Figuière1-0/+20
2017-01-22Bug 99480 - Add test for iterators.Hubert Figuière2-17/+74
This would catch similar changes that broke test elsewhere. Rename test3 to testiterator.
2017-01-22Bug 99494 - Restore error propagationHubert Figuière2-3/+11
Register a global Error callback that will make error being thrown
2017-01-22Test for xmp_parse()Hubert Figuière2-2/+84
Currently pass, but incorrect. See https://bugs.freedesktop.org/show_bug.cgi?id=99494
2017-01-07NEWS: release date2.4.0Hubert Figuière1-1/+1
2017-01-07README: mention C++11 requirementHubert Figuière1-1/+2
2017-01-04build: Fix make distcheck and run it on travisHubert Figuière3-3/+3
2016-12-08Revert "configure: better compile flags for libasan"Hubert Figuière3-141/+2
This is too much trouble and doesn't seem to bring anything.
2016-12-08Added another missing m4 macrosHubert Figuière1-0/+74
2016-12-08Added missing m4 macrosHubert Figuière1-0/+65
2016-12-06configure: better compile flags for libasanHubert Figuière1-2/+2
2016-11-29Add the matrix to build on more compilers in TravisHubert Figuière1-3/+24
2016-11-29Fix autogen.sh againHubert Figuière1-1/+1
2016-11-29Use 14.04 LTS on travis-ciHubert Figuière1-2/+2
2016-11-29Travis CIHubert Figuière4-2/+19
- Fix shell syntax in autogen.sh - Bump boost requirement to 1.48.
2016-11-08Changed URL to share lib docHubert Figuière1-1/+1
2016-10-23Use libasan. Disable valgrind.Hubert Figuière1-1/+10
2016-08-21Bug 97366 - Also don't show the message if we have NOCONFIGURE=1Hubert Figuière1-6/+6
2016-08-21Bug 97366 - Allow not running configure at the end of autogenMathieu Bridon1-2/+4
This implements the OSTree Build API, which makes it much easier to build Exempi in Flatpak. https://github.com/cgwalters/build-api Signed-off-by: Hubert Figuière <hub@figuiere.net>
2016-07-25Merge branch 'webp-handler'Hubert Figuière16-4/+830
This bring the webp file handler in. From https://github.com/hfiguiere/exempi/pull/2