Re: double kfree in gss_krb5_wrap

2006-03-06 Thread Trond Myklebust
On Mon, 2006-03-06 at 04:22 -0500, Dave Jones wrote: > We don't even NULL the pointer out, so we're freeing the same > object twice here. > > Coverity #951 I've forwarded this + the "another gss_krb5 double ..." on to Bruce... Cheers, Trond > Signed-off-by: Dave Jones <[EMAIL PROTECTED]> > >

double kfree in gss_krb5_wrap

2006-03-06 Thread Dave Jones
We don't even NULL the pointer out, so we're freeing the same object twice here. Coverity #951 Signed-off-by: Dave Jones <[EMAIL PROTECTED]> --- linux-2.6/net/sunrpc/auth_gss/gss_krb5_wrap.c~ 2006-03-06 04:18:50.0 -0500 +++ linux-2.6/net/sunrpc/auth_gss/gss_krb5_wrap.c 2006-0