aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Jim Mattson <jmattson@google.com> 2020-05-11 15:56:16 -0700
committerGravatar Paolo Bonzini <pbonzini@redhat.com> 2020-05-15 13:48:56 -0400
commitc4e0e4ab4cf3ec2b3f0b628ead108d677644ebd9 (patch)
tree01d05bcdd585fd47de9fe8b29e8e8d8d1276c9fd /include
parentMerge branch 'kvm-amd-fixes' into HEAD (diff)
downloadlinux-c4e0e4ab4cf3ec2b3f0b628ead108d677644ebd9.tar.gz
linux-c4e0e4ab4cf3ec2b3f0b628ead108d677644ebd9.tar.bz2
linux-c4e0e4ab4cf3ec2b3f0b628ead108d677644ebd9.zip
KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce
Bank_num is a one-based count of banks, not a zero-based index. It overflows the allocated space only when strictly greater than KVM_MAX_MCE_BANKS. Fixes: a9e38c3e01ad ("KVM: x86: Catch potential overrun in MCE setup") Signed-off-by: Jue Wang <juew@google.com> Signed-off-by: Jim Mattson <jmattson@google.com> Reviewed-by: Peter Shier <pshier@google.com> Message-Id: <20200511225616.19557-1-jmattson@google.com> Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions