diff options
author | Gal Horowitz <galush.horowitz@gmail.com> | 2021-01-08 13:03:24 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-08 12:17:06 +0100 |
commit | 2fd2396d6383fd8637b1159724264ae19936882a (patch) | |
tree | bdc58b301623bda24cc18eb98a1216884469a88b /Services/WindowServer/WindowFrame.cpp | |
parent | edc18ab4e60dcb412a23715ab6ae1a06a74e2fa4 (diff) | |
download | serenity-2fd2396d6383fd8637b1159724264ae19936882a.zip |
UserspaceEmulator: Fix incorrect shadowing on mov sign extend
Unlike zero-extend moves, the upper bytes are not just zeroed,
but rather are based on the sign bit of the source, which means
if the source is tainted, so should the upper bytes be.
Diffstat (limited to 'Services/WindowServer/WindowFrame.cpp')
0 files changed, 0 insertions, 0 deletions