mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
RAW_SFILEINFO_RENAME_INFORMATION_SMB2 sends 4 bytes of uninitialized data out on the network.
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Aug 27 07:48:30 CEST 2011 on sn-devel-104
This commit is contained in:
parent
ed058f4dc3
commit
ef3bb09db6
@ -79,6 +79,7 @@ bool smb_raw_setfileinfo_passthru(TALLOC_CTX *mem_ctx,
|
||||
case RAW_SFILEINFO_RENAME_INFORMATION_SMB2:
|
||||
NEED_BLOB(20);
|
||||
SIVAL(blob->data, 0, parms->rename_information.in.overwrite);
|
||||
SIVAL(blob->data, 4, 0);
|
||||
SBVAL(blob->data, 8, parms->rename_information.in.root_fid);
|
||||
len = smbcli_blob_append_string(NULL, mem_ctx, blob,
|
||||
parms->rename_information.in.new_name,
|
||||
|
Loading…
Reference in New Issue
Block a user