dsdb-cracknames: Always use talloc_zero()
authorAndrew Bartlett <abartlet@samba.org>
Wed, 24 Oct 2012 00:56:02 +0000 (11:56 +1100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 9 Nov 2012 08:32:35 +0000 (09:32 +0100)
commitae15743e2c324704e8a7576fc6bf331ead83c5a2
treedbcb05bd2f0157f0eae94e7d46971f17c81575f8
parent19c33c419e6591c8c85058c50acb46041d32220f
dsdb-cracknames: Always use talloc_zero()

Otherwise, we will return un-initialised values to the caller, which will
attempt to push them onto the wire.

Found by Greg Dickie <greg@justaguy.ca>.

Andrew Bartlett
source4/dsdb/samdb/cracknames.c