Skip to content
Commit 2f80d502 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: x86: fix shift out of bounds reported by UBSAN



Since we know that e >= s, we can reassociate the left shift,
changing the shifted number from 1 to 2 in exchange for
decreasing the right hand side by 1.

Reported-by: default avatar <syzbot+e87846c48bf72bc85311@syzkaller.appspotmail.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent b268b6f0
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