-
Notifications
You must be signed in to change notification settings - Fork 286
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
Check if the metadata is NULL #2665
Check if the metadata is NULL #2665
Conversation
I've converted this to draft because I'd like to merge #2664 first. |
@Mergifyio backport 0.28.x |
✅ Backports have been created
|
Codecov Report
@@ Coverage Diff @@
## main #2665 +/- ##
=======================================
Coverage 63.92% 63.92%
=======================================
Files 103 103
Lines 22306 22306
Branches 10795 10795
=======================================
Hits 14259 14259
Misses 5826 5826
Partials 2221 2221
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kevinbackhouse
Thanks for creating this PR. I started to look at this but your work saves me some time!
I reviewed all the tags and, as far as I could see, the only guards needed were in src/nikonmn_int.cpp and src/sonymn_int.cpp.
For your PR, in src/sonymn_int.cpp, I would also add || !metadata
guards for functions that use:
Good catch @postscript-dev! I've updated #2664 to catch those cases too. And I've added a second commit here with the extra fixes. |
Fixes: #2638, #2649