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

Skip to content
Commit af710ff4 authored by Ivan Lozano's avatar Ivan Lozano
Browse files

Fix sanitizer in AudioFlinger threadLoop.

The integer sanitizer was catching an unsigned integer overflow on the
calculation for throttleMs. This gets implicitly cast to a signed
integer anyways, so just perform the cast explicitly.

Bug: 30969751
Test: Compiles with and without integer sanitization.
Test: Device boots.
Change-Id: I4ef7c6f2e871ee56b81e87f3d71be8d85b222934
Merged-In: I4ef7c6f2e871ee56b81e87f3d71be8d85b222934
parent 809f3979
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment