commit | f6a3b168e56abe094b5c93dbafc2f0a0bf64e702 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sun Jan 22 11:30:21 2017 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Feb 17 12:29:42 2017 +0100 |
tree | ac31f00c6b271d05ca3d6f528a1a8390d1af04f7 | |
parent | bd7e5b0899a429445cc6e3037c13f8b5ae3be903 [diff] |
KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl() * Return directly after a call of the function "copy_from_user" failed in a case block. This issue was detected by using the Coccinelle software. * Delete the jump label "out" which became unnecessary with this refactoring. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>