You need to sign in or sign up before continuing.
  • A
    KVM: x86 emulator: initialize memop · cbd27ee7
    Avi Kivity 提交于
    memop is not initialized; this can lead to a two-byte operation
    following a 4-byte operation to see garbage values.  Usually
    truncation fixes things fot us later on, but at least in one case
    (call abs) it doesn't.
    
    Fix by moving memop to the auto-initialized field area.
    Signed-off-by: NAvi Kivity <avi@redhat.com>
    cbd27ee7
kvm_emulate.h 13.3 KB