[SSSD] [PATCH] Avoid a potential double-free

2010-06-09 Thread Sumit Bose
Hi, this patch should fix #527 by setting the pointer to NULL after free. This issue could be triggered if retries are configured and sssd does not return a domain name. bye, Sumit From 30288aa01c302912bbf3415e3ea2118764f3bfb8 Mon Sep 17 00:00:00 2001 From: Sumit Bose sb...@redhat.com Date: Wed,

Re: [SSSD] [PATCH] Avoid a potential double-free

2010-06-09 Thread Stephen Gallagher
On 06/09/2010 07:06 AM, Sumit Bose wrote: Hi, this patch should fix #527 by setting the pointer to NULL after free. This issue could be triggered if retries are configured and sssd does not return a domain name. Ack. -- Stephen Gallagher RHCE 804006346421761 Delivering value year after

Re: [SSSD] [PATCH] Avoid a potential double-free

2010-06-09 Thread Stephen Gallagher
On 06/09/2010 07:58 AM, Stephen Gallagher wrote: On 06/09/2010 07:06 AM, Sumit Bose wrote: Hi, this patch should fix #527 by setting the pointer to NULL after free. This issue could be triggered if retries are configured and sssd does not return a domain name. Ack. Pushed to master and