We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 175e609 + bf4f28b commit 2482159Copy full SHA for 2482159
src/quicktimevideo.cpp
@@ -803,7 +803,7 @@ void QuickTimeVideo::userDataDecoder(size_t size_external) {
803
804
tv = find(userDataReferencetags, Exiv2::toString(buf.data()));
805
806
- if (size == 0 || (size - 12) <= 0)
+ if (size <= 12)
807
break;
808
809
else if (equalsQTimeTag(buf, "DcMD") || equalsQTimeTag(buf, "NCDT"))
0 commit comments