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

Commit 51cd9a44 authored by Chad Brubaker's avatar Chad Brubaker Committed by Gerrit Code Review
Browse files

Merge "Whitelist getTimestamp from integer sanitization"

parents 9cc6bb62 ec3806a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2192,6 +2192,7 @@ status_t AudioTrack::setParameters(const String8& keyValuePairs)
    return mAudioTrack->setParameters(keyValuePairs);
}

__attribute__((no_sanitize("integer")))
status_t AudioTrack::getTimestamp(AudioTimestamp& timestamp)
{
    AutoMutex lock(mLock);