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 bugs in QuickTimeVideo::userDataDecoder #2378

Merged
merged 2 commits into from
Oct 10, 2022

Conversation

kevinbackhouse
Copy link
Collaborator

Fixes: #2376, #2377

@kevinbackhouse kevinbackhouse linked an issue Oct 8, 2022 that may be closed by this pull request
@kevinbackhouse kevinbackhouse added bug OSS-Fuzz Bug reported by https://google.github.io/oss-fuzz/ labels Oct 8, 2022
neheb
neheb previously approved these changes Oct 8, 2022
@codecov
Copy link

codecov bot commented Oct 8, 2022

Codecov Report

Merging #2378 (597e372) into main (a2cb06a) will increase coverage by 0.06%.
The diff coverage is 73.33%.

@@            Coverage Diff             @@
##             main    #2378      +/-   ##
==========================================
+ Coverage   64.14%   64.20%   +0.06%     
==========================================
  Files         119      119              
  Lines       21071    21082      +11     
  Branches    10394    10393       -1     
==========================================
+ Hits        13515    13535      +20     
+ Misses       5400     5393       -7     
+ Partials     2156     2154       -2     
Impacted Files Coverage Δ
src/quicktimevideo.cpp 58.94% <73.33%> (+0.78%) ⬆️
src/image.cpp 70.45% <0.00%> (+0.93%) ⬆️

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

@mergify mergify bot dismissed neheb’s stale review October 8, 2022 21:34

Pull request has been modified.

@kevinbackhouse kevinbackhouse merged commit b90426d into Exiv2:main Oct 10, 2022
@kevinbackhouse kevinbackhouse deleted the fix-issue-2376-2377 branch October 10, 2022 10:32
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.

buffer overflow in QuickTimeVideo::userDataDecoder null dereference in QuickTimeVideo::userDataDecoder
3 participants