r21614: The memset() called on aligned memory was causing crashes
authorGerald Carter <jerry@samba.org>
Thu, 1 Mar 2007 03:14:20 +0000 (03:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:17 +0000 (12:18 -0500)
commit3644bd999621e04b3fae262f172e93ea8fdcd47e
treedd0b578e33c858b2e9a82a4e09b2c8e289f58d26
parenta9028612a3f614579b28f9560cc67aef90b31cf8
r21614: The memset() called on aligned memory was causing crashes
on x86_64 Linux boxes.  Since it is not needed, just use malloc()
on Linux.
source/nsswitch/winbindd_cred_cache.c