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

Commit c7150c92 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 am: 877af16c

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

Change-Id: Iecfbf890462ec8c10d098e4a62983522d555ab58
parents 4d1b5339 877af16c
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,