Fix for bug #299.
commit7907c44414acb841a9001e82285790eece73d032
authorTim Potter <tpot@samba.org>
Mon, 8 Sep 2003 05:51:57 +0000 (8 05:51 +0000)
committerTim Potter <tpot@samba.org>
Mon, 8 Sep 2003 05:51:57 +0000 (8 05:51 +0000)
tree5384dcbcacd1a613d107aa92bc7fdef0749aaa76
parent9b0b0256a8bb93482fad4032902a4ab6d1e99e23
Fix for bug #299.

There was some confusion over dynamically allocated lists of pointers
(i.e you have to make space for the list of pointers and what they are
pointing too) in the memory buffer passed in from libc.

Valgrind is much happer now and as a bonus there is no segfault.
source/nsswitch/wins.c