6177 Commits (b0a9cb562401a87fe7acbed7b678d30acb9d69f2)
 

Author SHA1 Message Date
Robin Mills b0a9cb5624 NetBSD/FreeBSD Support 6 years ago
Kevin Backhouse 6a44698abc Small change to comment. 6 years ago
Kevin Backhouse 3c818f49d9 Revert accidental whitespace change. 6 years ago
Kevin Backhouse 3faeaefbf5 Improve portability of bounds checks. 6 years ago
D4N d20a0a7b57 Update tests/bugfixes/github/test_issue_791.py
Co-Authored-By: kevinbackhouse <kev@semmle.com>
6 years ago
Kevin Backhouse 86816c0280 Fix signed/unsigned mismatch. 6 years ago
Kevin Backhouse caa4e6745a Avoid negative integer overflow when `filesize < io_->tell()`.
This fixes #791.
6 years ago
clanmills db870755b9 fix #818. Restore 0.25 behaviour of `$ exiv2 -g image ...` to apply grep to keys. 6 years ago
clanmills 977a9b38a9 Bump. 6 years ago
Antoni Bella Pérez 2f9b399623 Update Catalan translation
Last updates

(cherry picked from commit 2071e84aeb205295f49c67c9710a22e50f88fe97)
6 years ago
Kevin Backhouse 8cd95e2218 Avoid negative integer overflow when `chunkLength == 0`.
This fixes #789.
6 years ago
Luis Díaz Más f05d100579 CURL lib and include directories private for exiv2lib
(cherry picked from commit 5d64a0b11c5a45dd9d58c56e946301f3f98942a7)
6 years ago
Kevin Backhouse 6fa2e31206 Avoid negative integer overflow when `iccOffset > chunkLength`.
This fixes #790.
6 years ago
Robin Mills fe3f3248dd Fix in sidecar files #589 6 years ago
Kevin Backhouse ae20c30805 Avoid null pointer exception due to NULL return value from strchr.
This fixes #793.
6 years ago
Robin Mills c79af9f5ad fix_814 (#816)
* fix_814

* Adding note about "warnings concerning LIBCMT".

* Update README-CONAN.md

* Apply suggestions from code review

Co-Authored-By: piponazo <piponazo@gmail.com>
6 years ago
Robin Mills 54a3bc139b
Merge pull request #808 from Exiv2/README.md_maintenance
Syncing README.md in '0.27-maintenance' with README.md in 'master'
6 years ago
Luis Díaz Más d27a2aa927 Status icons pointing to 0.27-maintenance 6 years ago
clanmills b09d464dbb Syncing README.md in 0.27-maintenance with 'master' 6 years ago
Luis Díaz Más 36580743ec
Merge pull request #799 from Exiv2/fix_798
Fix #798
6 years ago
Robin Mills 78676b2a02 Fix #798 6 years ago
Luis Díaz Más 16df09cc75
Merge pull request #782 from Exiv2/Changes_for_v0.27.1
Changes for v0.27.1
6 years ago
Robin Mills 7a9c928efb Fix to exiv2.1 man page for v0.27.1 6 years ago
Robin Mills 54f567e9ea Changes to README-CONAN.md concerning Visual Studio as discussed with @piponazo in the review. 6 years ago
Robin Mills d08b645c80 Documentation changes for v0.27.1 6 years ago
Robin Mills 514ae0fa89 Fix #780 6 years ago
Robin Mills c5b4b4ddd1 Fix for #781 6 years ago
Robin Mills 37c315fc9e Changes for v0.27.1 6 years ago
Luis Díaz Más 51f3910413 [jp2image] Limit data representation to 30 bytes
- fixes #744
6 years ago
Dan Čermák 7be077e3e3 [clang-format] Move .clang-format to .clang-format.optional
This should stop editors/IDEs blindly auto-formatting existing code and thereby
resulting in unreadable diffs.

Signed-off-by: Dan Čermák <dan.cermak@cgc-instruments.com>
(cherry picked from commit d8e062ee709d999375239b3a6eb38cc692b4bc76)
6 years ago
Luis Díaz Más f33ef06a88
Merge pull request #764 from Exiv2/mergify/bp/0.27-maintenance/pr-753
Automatic backport of pull request #753
6 years ago
D4N adfc01f2e0 Update tests/bugfixes/github/test_issue_742.py
Co-Authored-By: piponazo <piponazo@gmail.com>
(cherry picked from commit 39d8904696338d5bd4a9c7e9a96a798a791d0973)
6 years ago
Luis Diaz Mas f33d8daaa0 Add regression test for #742
(cherry picked from commit 885dd2a7437b946c975f2a37c9ccaecc1b91fc95)
6 years ago
Luis Diaz Mas 25ddbaa6c0 Make subBox.length check in jp2image.cpp more robust
(cherry picked from commit a154b992ccad71a7d95a94cdedb933fa66a51b61)
6 years ago
Luis Díaz Más 8c81e1146c clang-format Jp2Image::printStructure()
(cherry picked from commit b6e4ca0a8cfff1ad0f6040901382863cccee33cb)

# Conflicts:
#	src/jp2image.cpp
6 years ago
Luis Díaz Más 051b5d9df1 Fix #742 by detecting incorrect subBox size
(cherry picked from commit 1bdd3eab5ebdde324dbfecc3fb6d6495b32d2e4d)
6 years ago
Luis Díaz Más 88e27806ec
Merge pull request #772 from piponazo/FixOsxBuilds-0.27
travis: use newer xcode version (fix build)
6 years ago
Luis Díaz Más daf7e15d61 travis: use newer xcode version (fix build) 6 years ago
Nehal J Wani 506c7900b1 Update README.md
Co-Authored-By: piponazo <piponazo@gmail.com>
6 years ago
Robin Mills a127591cb9 Reviewed and revised README.md for 0.27.1.1 6 years ago
Robin Mills 3da46a900a Documentation updates for v0.27.1.1 6 years ago
Robin Mills 6cfd7019bd Bump build number 6 years ago
Robin Mills 5fdd79977d Update to release notes (more changes to follow). 6 years ago
D4N b148cfaa1a
Merge pull request #757 from Exiv2/fix_756_0.27
Fix #756 for 0.27
6 years ago
Dan Čermák 7bd929de31
[tests] Add regression test for #756 6 years ago
Dan Čermák 5e6c2855ce
[NikonMakerNote] Fix overread in Nikon1MakerNote::print0x0088
This function was printing the string from the array of strings nikonFocusArea,
but it wasn't verifying that the array index is actually valid.
Now this function will output "Invalid value" instead of crashing.
6 years ago
Luis Díaz Más 8db17dfa03
Merge pull request #747 from cryptomilk/0.27-fix620
0.27 fix620
6 years ago
Robin Mills 11e21493af contrib: Remove the work directory in organize 6 years ago
D4N fd0f29bd1e
Merge pull request #734 from Exiv2/mergify/bp/0.27-maintenance/pr-730
Automatic backport of pull request #730
6 years ago
Luis Díaz Más 00f31f2d35 Replace check_function_exists by check_cxx_symbol_exist 6 years ago