[PATCH v1 2/2] s3/winbindd: fix invalid free

David Disseldorp ddiss at suse.de
Wed Jan 18 12:15:24 UTC 2017


On Wed, 18 Jan 2017 13:00:14 +0100, Volker Lendecke wrote:

> On Tue, Jan 17, 2017 at 02:39:03PM +0100, Aurelien Aptel wrote:
> > coverity fix.
> > 
> > TALLOC_FREE() might be called on uninitialized 'rids' at the end of the
> > function in case of an early error. Initialize it to NULL to turn the
> > TALLOC_FREE() to a noop in this case.
> > 
> > Signed-off-by: Aurelien Aptel <aaptel at suse.com>  
> 
> Reviewed-by: Volker Lendecke <vl at samba.org>
> 
> Another one?

Looks good.
Reviewed-by: David Disseldorp <ddiss at samba.org>



More information about the samba-technical mailing list