s3: smbd: smbd_marshall_dir_entry() no longer needs explicit 'out_of_space' parameter.
authorJeremy Allison <jra@samba.org>
Tue, 26 Aug 2014 18:40:19 +0000 (11:40 -0700)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 15 Sep 2014 23:56:54 +0000 (01:56 +0200)
commitd17fc79ee6c80702fe5ce007bdbc68b3d21bc8a0
tree01199cb54e6241f15d3ba4ce7a59f16318e7fd7f
parent2bddcee5cb1a08228974c8d42aee0f26876d7503
s3: smbd: smbd_marshall_dir_entry() no longer needs explicit 'out_of_space' parameter.

Handle this in the caller when it returns STATUS_MORE_ENTRIES.

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/trans2.c