svn commit: samba r21622 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_25/source/nsswitch SAMBA_3_0_RELEASE/source/nsswitch

Gerald (Jerry) Carter jerry at samba.org
Thu Mar 1 05:47:43 GMT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

SATOH Fumiyasu wrote:
> At Thu,  1 Mar 2007 04:58:53 +0000 (GMT),
> jerry at samba.org wrote:
>> Author: jerry
>> Date: 2007-03-01 04:58:52 +0000 (Thu, 01 Mar 2007)
>> New Revision: 21622
>>
>> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21622
>>
>> Log:
>> Fix bad merge caught by James.
> 
> Please apply the following patch too.
> 
> Index: SAMBA_3_0/source/nsswitch/winbindd_cred_cache.c
> ===================================================================
> --- SAMBA_3_0/source/nsswitch/winbindd_cred_cache.c	(revision 21622)
> +++ SAMBA_3_0/source/nsswitch/winbindd_cred_cache.c	(working copy)
> @@ -517,6 +517,7 @@ static NTSTATUS store_memory_creds(struc
>  	if ((mlock(memcredp->nt_hash, memcredp->len)) == -1) {
>  		DEBUG(0,("failed to mlock memory: %s (%d)\n", 
>  			strerror(errno), errno));
> +		SAFE_FREE(memcredp->nt_hash);
>  		return map_nt_error_from_unix(errno);
>  	}
>  


Got it.  Thanks.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF5mj/IR7qMdg1EfYRApz3AJ96cDimq66s0D/PRcRiXuENcomIMwCgjVhu
RgBqTML0VOxhvcdbholGRuM=
=BHav
-----END PGP SIGNATURE-----


More information about the samba-technical mailing list