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

Commit 877af16c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "mp3dec: Ignore integer overflow in pvmp3_st_intensity" am: 1fa427be

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1765528

Change-Id: If1666257dbc72f578a49559f42c180fabf95edeb
parents 3fafda3d 1fa427be
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -219,6 +219,9 @@ void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
; FUNCTION CODE
----------------------------------------------------------------------------*/

#if __has_attribute(no_sanitize)
__attribute__((no_sanitize("integer")))
#endif
void pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
                        int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
                        int32 is_pos,