Skip to content
Commit 8e4e0ac0 authored by Will Deacon's avatar Will Deacon
Browse files

arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()



Returning an error code from futex_atomic_cmpxchg_inatomic() indicates
that the caller should not make any use of *uval, and should instead act
upon on the value of the error code. Although this is implemented
correctly in our futex code, we needlessly copy uninitialised stack to
*uval in the error case, which can easily be avoided.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 03110a5c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment