s3: smbd: Remove unneeded 'out_of_space' parameter from smbd_dirptr_lanman2_entry().
commitc9877eaf1b0ee83e4227483cb6891f94712bd32f
authorJeremy Allison <jra@samba.org>
Tue, 26 Aug 2014 21:54:56 +0000 (26 14:54 -0700)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 15 Sep 2014 23:56:55 +0000 (16 01:56 +0200)
tree94429061155d3b9c625f57a672bbe45c0bf553fb
parent5293dd2f635f049cd0632b071307df6a6c52d9b0
s3: smbd: Remove unneeded 'out_of_space' parameter from smbd_dirptr_lanman2_entry().

This can now be handled by checking for the STATUS_MORE_ENTRIES error return.

Bug 10775 - smbd crashes when accessing garbage filenames

https://bugzilla.samba.org/show_bug.cgi?id=10775

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
source3/smbd/globals.h
source3/smbd/smb2_find.c
source3/smbd/trans2.c