Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f376f517 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "removed the exception handling to skip the frame which data size is 0"

parents 586ada7a b56a4269
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -813,10 +813,6 @@ void ID3::Iterator::findFrame() {
                baseSize = U32_AT(&mParent.mData[mOffset + 4]);
            }

            if (baseSize == 0) {
                return;
            }

            // Prevent integer overflow when adding
            if (SIZE_MAX - 10 <= baseSize) {
                return;