[SCM] Samba Shared Repository - branch v3-6-test updated

Jeremy Allison jra at samba.org
Tue Oct 5 20:26:52 MDT 2010


The branch, v3-6-test has been updated
       via  cf29959 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  a72eba0 Fix bug 7704 - Possible error in fix to rpc_server/srv_spoolss_nt.c.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit cf299594374c16c4dd585e112f40c9f277c11050
Author: Jeremy Allison <jra at samba.org>
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 <jra at samba.org>
    Autobuild-Date: Wed Oct  6 00:29:51 UTC 2010 on sn-devel-104
    (cherry picked from commit 77622acadda5d216477e7c41490e9454e26f9226)

-----------------------------------------------------------------------

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 d905cc0..b755944 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


More information about the samba-cvs mailing list