On 07/04/2016 09:20, P J P wrote:
> From: Prasad J Pandit
>
> When processing Task Priorty Register(TPR) access, it could leak
> automatic stack variable 'imm32' in patch_instruction().
> Initialise the variable to avoid it.
>
> Reported by: Donghai Zdh
>
> Signed-off-by: Prasad J Pandit
>
From: Prasad J Pandit
When processing Task Priorty Register(TPR) access, it could leak
automatic stack variable 'imm32' in patch_instruction().
Initialise the variable to avoid it.
Reported by: Donghai Zdh
Signed-off-by: Prasad J Pandit
---
hw/i386/kvmvapic.c | 2 +-
1 file changed, 1 insert