[PATCH] Fix crash in winbind clients

Alexander Bokovoy ab at samba.org
Mon Jan 14 18:57:53 GMT 2008


I somehow borked my local git tree so that it refuses to push to 
samba.org. Therefore, a patch.

names is a 'const char **names' here, passed from upper level. Passing 
'names' as a talloc context will break things as 'names' is usually 
likely is a local variable, not a talloc'd. And we want to have array 
elements on a context of the array anyway.
-- 
/ Alexander Bokovoy
Samba Team                      http://www.samba.org/
ALT Linux Team                  http://www.altlinux.org/
Midgard Project Ry              http://www.midgard-project.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1293-Fix-crash-in-winbind-clients-instead-of-talloc-base.patch
Type: text/x-patch
Size: 868 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20080114/f04d2735/1293-Fix-crash-in-winbind-clients-instead-of-talloc-base.bin


More information about the samba-technical mailing list