We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported by OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=51751
There is a null dereference here:
exiv2/src/quicktimevideo.cpp
Line 833 in a2cb06a
The problem is that tv can be null.
tv
quicktimevideo.cpp is a new file, so this bug doesn't affect any released versions of exiv2.
poc: https://user-images.githubusercontent.com/4358136/194719331-b9106875-7031-427b-8e78-407620bf7ba6.mp4
To reproduce:
exiv2 poc.mp4
(Causes exiv2 to crash.)
The text was updated successfully, but these errors were encountered:
kevinbackhouse
Successfully merging a pull request may close this issue.
Reported by OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=51751
There is a null dereference here:
exiv2/src/quicktimevideo.cpp
Line 833 in a2cb06a
The problem is that
tv
can be null.quicktimevideo.cpp is a new file, so this bug doesn't affect any released versions of exiv2.
poc: https://user-images.githubusercontent.com/4358136/194719331-b9106875-7031-427b-8e78-407620bf7ba6.mp4
To reproduce:
(Causes exiv2 to crash.)
The text was updated successfully, but these errors were encountered: