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

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

Fix integer overflow sanitizer in FastThread.cpp.

Fix the integer overflow sanitizer in the FastThread threadLoop()
function by using the builtin overflow-safe function.

 runtime error: unsigned integer overflow: 4294934528 + 65536 cannot be
 represented in type 'unsigned int'

Bug: 30969751
Test: Builds and boots.
Change-Id: I86e20932fb288deebe4fb778a689cf71eea6be79
parent dc68185a
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