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

Commit 47b26bd2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ignore some integer overflows"

parents b1e11d22 b4ca5ee2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -617,6 +617,7 @@ void idctrow(
    return;
}

__attribute__((no_sanitize("signed-integer-overflow")))
void idctrow_intra(
    int16 *blk, PIXEL *comp, int width
)