[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Wed Aug 25 18:03:01 UTC 2021


The branch, master has been updated
       via  a41425ebd0f s4: ntvfs: Missed comma in 24c09f913d82528ada14013e3d673d277cf04a93, string would be concatenated.
      from  857045f3a23 s3: smbd: In create_conn_struct_cwd(), don't TALLOC_FREE() an unallocated pointer on error.

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a41425ebd0f6f2e9e84e2462e7458d04267cd524
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Aug 25 09:57:05 2021 -0700

    s4: ntvfs: Missed comma in 24c09f913d82528ada14013e3d673d277cf04a93, string would be concatenated.
    
    Sorry for the mistake, I missed that in the review.
    
    Caught by Coverity.
    
    Signed-off-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: Björn Jacke <bjacke at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Wed Aug 25 18:02:05 UTC 2021 on sn-devel-184

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

Summary of changes:
 source4/ntvfs/posix/pvfs_shortname.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source4/ntvfs/posix/pvfs_shortname.c b/source4/ntvfs/posix/pvfs_shortname.c
index 902ff23d88f..9e3cf5f4887 100644
--- a/source4/ntvfs/posix/pvfs_shortname.c
+++ b/source4/ntvfs/posix/pvfs_shortname.c
@@ -81,7 +81,7 @@
 
 static const char *reserved_names[] = 
 { "AUX", "CON",
-  "COM1", "COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9"
+  "COM1", "COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9",
   "LPT1", "LPT2", "LPT3", "LPT4", "LPT5", "LPT6", "LPT7", "LPT8", "LPT9",
   "NUL", "PRN", NULL };
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list