Fix bug #7122 - Reading a large browselist fails (server returns invalid values in...
authorJeremy Allison <jra@samba.org>
Tue, 9 Feb 2010 23:23:38 +0000 (15:23 -0800)
committerKarolin Seeger <kseeger@samba.org>
Mon, 22 Feb 2010 15:16:44 +0000 (16:16 +0100)
commitde658f95ea12d4c532f309634b9aedb09c5e4d1d
tree0e8950b548114ba5028973f705a4c3e0c38b5a3c
parent8cac1af47cad9d40b0ab86cda3674f4420507008
Fix bug #7122 - Reading a large browselist fails (server returns invalid values in subsequent SMBtrans replies)

There are two problems:

1). The server is off-by-one in the end of buffer space test.
2). The server returns 0 in the totaldata (smb_vwv1) and totalparams (smb_vwv0)
fields in the second and subsequent SMBtrans replies.

This patch fixes both.

Jeremy.
(similar to commit b07a14dc37d2899f662e1cf87064f99c0bd10b25)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source/smbd/ipc.c
source/smbd/lanman.c