Ensure vectors are always allocated with consistent size. Removes one byte alloc...
authorJeremy Allison <jra@samba.org>
Mon, 19 Apr 2010 20:43:42 +0000 (13:43 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 19 Apr 2010 21:35:39 +0000 (14:35 -0700)
commit8bf7942fa4a5aceda3b01e9d5ad555a444b80faa
treea64f3e9f684ae0d20a2e2bb1dc0c28fba154871d
parenteacf5b235dd27ef844ebee80ded37ec7ecdf8ab2
Ensure vectors are always allocated with consistent size. Removes one byte alloc on SMB2 error packet. Always use talloc_zero_array on out vectors - fixes valgrind errors in tevent writes.

Jeremy.
source3/smbd/smb2_server.c