The branch, master has been updated
via 77622ac Fix crash in SMB2 rename found by gentest. We must always
have an lcomp in the destination struct for a rename, so set the flag
appropriately.
from 46b4fe0 heimdal-build: Require com_err library to provide
com_right_r function.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 77622acadda5d216477e7c41490e9454e26f9226
Author: Jeremy Allison <[email protected]>
Date: Tue Oct 5 16:47:23 2010 -0700
Fix crash in SMB2 rename found by gentest. We must always have an lcomp
in the destination struct for a rename, so set the flag appropriately.
Jeremy.
Autobuild-User: Jeremy Allison <[email protected]>
Autobuild-Date: Wed Oct 6 00:29:51 UTC 2010 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source3/smbd/trans2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index 0888ded..701f262 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -5991,7 +5991,7 @@ static NTSTATUS
smb2_file_rename_information(connection_struct *conn,
conn,
req->flags2 & FLAGS2_DFS_PATHNAMES,
newname,
- 0,
+ UCF_SAVE_LCOMP,
NULL,
&smb_fname_dst);
if (!NT_STATUS_IS_OK(status)) {
--
Samba Shared Repository