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

Avoid null pointer deref #2384

Merged
merged 2 commits into from
Oct 22, 2022
Merged

Conversation

kevinbackhouse
Copy link
Collaborator

Fixes #2383

@kevinbackhouse kevinbackhouse added bug OSS-Fuzz Bug reported by https://google.github.io/oss-fuzz/ labels Oct 22, 2022
Copy link
Collaborator

@kmilos kmilos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link

codecov bot commented Oct 22, 2022

Codecov Report

Merging #2384 (6bb956a) into main (597e372) will decrease coverage by 0.00%.
The diff coverage is 88.00%.

@@            Coverage Diff             @@
##             main    #2384      +/-   ##
==========================================
- Coverage   64.20%   64.19%   -0.01%     
==========================================
  Files         119      119              
  Lines       21082    21083       +1     
  Branches    10393    10394       +1     
==========================================
  Hits        13535    13535              
- Misses       5393     5394       +1     
  Partials     2154     2154              
Impacted Files Coverage Δ
src/quicktimevideo.cpp 58.87% <0.00%> (-0.07%) ⬇️
src/image.cpp 70.45% <91.66%> (ø)

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

@kevinbackhouse kevinbackhouse merged commit 03abb2c into Exiv2:main Oct 22, 2022
@kevinbackhouse kevinbackhouse deleted the fix-issue-2383 branch October 22, 2022 16:03
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.

null dereference in QuickTimeVideo::userDataDecoder (another one)
2 participants