diff options
author | Will Deacon <will.deacon@arm.com> | 2019-04-10 13:49:11 +0300 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2019-04-26 15:57:49 +0300 |
commit | 8e4e0ac02b449297b86498ac24db5786ddd9f647 (patch) | |
tree | fb89e32a00cffd6f64c652571bd51aa783472c4a /tools | |
parent | 03110a5cb2161690ae5ac04994d47ed0cd6cef75 (diff) | |
download | linux-8e4e0ac02b449297b86498ac24db5786ddd9f647.tar.xz |
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: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions