Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix integer overflow in printDegrees #2321

Merged
merged 2 commits into from
Aug 9, 2022

Conversation

kevinbackhouse
Copy link
Collaborator

Fixes: #2320

@kevinbackhouse kevinbackhouse added bug OSS-Fuzz Bug reported by https://google.github.io/oss-fuzz/ labels Aug 9, 2022
@kevinbackhouse kevinbackhouse added this to the v1.00 milestone Aug 9, 2022
@codecov
Copy link

codecov bot commented Aug 9, 2022

Codecov Report

Merging #2321 (fe4f56d) into main (5c90684) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #2321      +/-   ##
==========================================
- Coverage   63.48%   63.47%   -0.01%     
==========================================
  Files         118      118              
  Lines       19601    19599       -2     
  Branches     9576     9574       -2     
==========================================
- Hits        12443    12441       -2     
  Misses       5091     5091              
  Partials     2067     2067              
Impacted Files Coverage Δ
src/tags_int.cpp 77.67% <0.00%> (ø)
src/crwimage_int.hpp 92.85% <0.00%> (-0.17%) ⬇️
src/xmp.cpp 76.54% <0.00%> (-0.05%) ⬇️
src/http.cpp 0.00% <0.00%> (ø)
src/makernote_int.hpp 92.30% <0.00%> (ø)
src/tiffvisitor_int.cpp 79.38% <0.00%> (ø)
include/exiv2/xmp_exiv2.hpp 89.47% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kevinbackhouse
Copy link
Collaborator Author

kevinbackhouse commented Aug 9, 2022

@Mergifyio backport 0.27-maintenance

@mergify
Copy link
Contributor

mergify bot commented Aug 9, 2022

backport 0.27-maintenance

🟠 Waiting for conditions to match

  • merged [:pushpin: backport requirement]

@mergify
Copy link
Contributor

mergify bot commented Aug 9, 2022

backport 0.27-maintenance

✅ Backports have been created

@kevinbackhouse kevinbackhouse merged commit 3ac7608 into Exiv2:main Aug 9, 2022
@kevinbackhouse kevinbackhouse deleted the fix-issue-2320 branch August 9, 2022 17:25
@kevinbackhouse kevinbackhouse restored the fix-issue-2320 branch August 9, 2022 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug OSS-Fuzz Bug reported by https://google.github.io/oss-fuzz/
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integer overflow in printDegrees
2 participants