[Pkg-samba-maint] r3297 - branches/samba/lenny/debian/patches

vorlon at alioth.debian.org vorlon at alioth.debian.org
Sat Feb 13 23:08:12 UTC 2010


Author: vorlon
Date: 2010-02-13 23:08:11 +0000 (Sat, 13 Feb 2010)
New Revision: 3297

Modified:
   branches/samba/lenny/debian/patches/security-CVE-2009-3297.patch
Log:
unfuzzy

Modified: branches/samba/lenny/debian/patches/security-CVE-2009-3297.patch
===================================================================
--- branches/samba/lenny/debian/patches/security-CVE-2009-3297.patch	2010-02-13 23:06:12 UTC (rev 3296)
+++ branches/samba/lenny/debian/patches/security-CVE-2009-3297.patch	2010-02-13 23:08:11 UTC (rev 3297)
@@ -20,9 +20,9 @@
 ===================================================================
 --- lenny.orig/source/client/mount.cifs.c
 +++ lenny/source/client/mount.cifs.c
-@@ -1363,7 +1363,7 @@
- 	/* convert all '\\' to '/' in share portion so that /proc/mounts looks pretty */
- 	replace_char(dev_name, '\\', '/', strlen(share_name));
+@@ -1385,7 +1385,7 @@
+ 			fprintf(stderr, ",pass=********");
+ 	}
  
 -	if(mount(dev_name, mountpoint, "cifs", flags, options)) {
 +	if(mount(dev_name, ".", "cifs", flags, options)) {




More information about the Pkg-samba-maint mailing list