+Joerg
On Fri, Sep 11, 2020 at 01:49:42PM +0200, Vitaly Kuznetsov wrote:
> Colin King writes:
>
> > From: Colin Ian King
> >
> > Currently the error exit path to outt_set_gif will kfree on
> > uninitialized
>
> typo: out_set_gif
>
> > pointers save and ctl. Fix this by ensuring these pointer
Colin King writes:
> From: Colin Ian King
>
> Currently the error exit path to outt_set_gif will kfree on
> uninitialized
typo: out_set_gif
> pointers save and ctl. Fix this by ensuring these pointers are
> inintialized to NULL to avoid garbage pointer freeing.
>
> Addresses-Coverity: ("Unini
From: Colin Ian King
Currently the error exit path to outt_set_gif will kfree on uninitialized
pointers save and ctl. Fix this by ensuring these pointers are
inintialized to NULL to avoid garbage pointer freeing.
Addresses-Coverity: ("Uninitialized pointer read")
Fixes: 6ccbd29ade0d ("KVM: SVM:
3 matches
Mail list logo