[prev in list] [next in list] [prev in thread] [next in thread] 

List:       samba-cvs
Subject:    [SCM] Samba Shared Repository - branch master updated
From:       Jeremy Allison <jra () samba ! org>
Date:       2021-08-25 18:03:01
Message-ID: E1mIxEr-00DA66-7w () hrx0 ! samba ! org
[Download RAW message or body]

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@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@samba.org>
    Reviewed-by: Björn Jacke <bjacke@samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra@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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic