qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Fix off-by-one error in sizing pSeries hcall ta


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH] Fix off-by-one error in sizing pSeries hcall table
Date: Tue, 10 May 2011 08:10:48 +0200

On 10.05.2011, at 08:06, David Gibson wrote:

> The pSeries machine uses two tables to look up guest hcalls for emulation.
> One of these is exactly one entry too small to hold all the hcalls it needs
> to, leading to memory corruption.
> 
> This patch fixes the bug, and while we're at it, make both tables 'static'
> since they're never used from other modules.
> 
> Signed-off-by: David Gibson <address@hidden>

Thanks, applied to the ppc-next queue.


Alex




reply via email to

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