qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 03/15] i386: avoid null pointer dereference


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 03/15] i386: avoid null pointer dereference
Date: Fri, 15 Jan 2016 17:04:18 +0100

From: P J P <address@hidden>

    Hello,

A null pointer dereference issue was reported by Mr Ling Liu, CC'd here. It
occurs while doing I/O port write operations via hmp interface. In that,
'current_cpu' remains null as it is not called from cpu_exec loop, which
results in the said issue.

Below is a proposed (tested)patch to fix this issue; Does it look okay?

===



reply via email to

[Prev in Thread] Current Thread [Next in Thread]