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

Commit aa83a18d 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...

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

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

Change-Id: If1cda6f2c14a2e8a9c7a52b68ef91f09c8c3689f
parents c6613263 c7150c92
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,