r14526: fix the size of the output buffer, we need 1 byte for the Word count
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Mar 2006 17:20:54 +0000 (17:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:37 +0000 (13:57 -0500)
commit8437d5b8913d949b844448d84a003896f9694b94
treee5713f7aca3eea61fda850f74813ee4783972f25
parent2584a532e0a5d6b69c094c0a36de538c4b3c5168
r14526: fix the size of the output buffer, we need 1 byte for the Word count
now smbsrv_setup_reply() and req_setup_chain_reply() do the same thing

tridge: can you please check if this is correct,
        I wonder why we don't got valgrind errors...
as the over allocation is disabled currently

metze
(This used to be commit 3441a4a74fb324a4dfbca13219df4c55ebcfbf6c)
source4/smb_server/smb/request.c