SOURCES: samba-3.0.25-CVE-2007-4138.patch (NEW) - new

adamg adamg at pld-linux.org
Sat Sep 15 11:27:42 CEST 2007


Author: adamg                        Date: Sat Sep 15 09:27:42 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   samba-3.0.25-CVE-2007-4138.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/samba-3.0.25-CVE-2007-4138.patch
diff -u /dev/null SOURCES/samba-3.0.25-CVE-2007-4138.patch:1.1
--- /dev/null	Sat Sep 15 11:27:42 2007
+++ SOURCES/samba-3.0.25-CVE-2007-4138.patch	Sat Sep 15 11:27:37 2007
@@ -0,0 +1,13 @@
+Index: samba-3.0.25c/source/nsswitch/idmap_ad.c
+===================================================================
+--- samba-3.0.25c.orig/source/nsswitch/idmap_ad.c	2007-09-04 13:50:33.000000000 -0500
++++ samba-3.0.25c/source/nsswitch/idmap_ad.c	2007-09-04 13:51:36.000000000 -0500
+@@ -753,7 +753,7 @@
+        
+ 	if ( gid ) {		
+ 		if ( !ads_pull_uint32(ads, msg, ad_schema->posix_gidnumber_attr, gid ) )
+-			*gid = 0;		
++			*gid = (uint32)-1;		
+ 	}
+ 		
+ 	return NT_STATUS_OK;
================================================================


More information about the pld-cvs-commit mailing list