From: Alexander Bokovoy Date: Mon, 14 Jan 2008 18:32:59 +0000 (+0300) Subject: Fix crash in winbind clients: instead of talloc-based pointer we passed address of... X-Git-Tag: samba-3.2.0pre2~44^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a861ff20917eeca303e2d36de71cd8614e937d5f;p=thirdparty%2Fsamba.git Fix crash in winbind clients: instead of talloc-based pointer we passed address of a local variable. --- diff --git a/source/lib/winbind_util.c b/source/lib/winbind_util.c index 3cf068a6e0d..14356b09cf7 100644 --- a/source/lib/winbind_util.c +++ b/source/lib/winbind_util.c @@ -201,7 +201,7 @@ bool winbind_lookup_rids(TALLOC_CTX *mem_ctx, *types = TALLOC_ARRAY(mem_ctx, enum lsa_SidType, num_rids); for(i=0; i