]> granicus.if.org Git - curl/commit
smb: Fixed a problem with large file transfers
authorSteve Holme <steve_holme@hotmail.com>
Sat, 6 Dec 2014 21:44:00 +0000 (21:44 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 6 Dec 2014 21:44:00 +0000 (21:44 +0000)
commitbefe9a10b976bba109d4dbde6dc1deb2cd0a79bc
tree1224dc57203568030e2ba006ca7a361a4d8624bb
parent36d45eabc0dda3b2bc74b44a364f520947533b79
smb: Fixed a problem with large file transfers

Fixed an issue with the message size calculation where the raw bytes
from the buffer were interpreted as signed values rather than unsigned
values.

Reported-by: Gisle Vanem
Assisted-by: Bill Nagel
lib/smb.c