SOURCES (LINUX_2_6): linux-2.6-grsec_full.patch - ups, bad pointer
    zbyniu 
    zbyniu at pld-linux.org
       
    Fri Aug 24 00:22:38 CEST 2007
    
    
  
Author: zbyniu                       Date: Thu Aug 23 22:22:38 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- ups, bad pointer
---- Files affected:
SOURCES:
   linux-2.6-grsec_full.patch (1.1.2.17 -> 1.1.2.18) 
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-grsec_full.patch
diff -u SOURCES/linux-2.6-grsec_full.patch:1.1.2.17 SOURCES/linux-2.6-grsec_full.patch:1.1.2.18
--- SOURCES/linux-2.6-grsec_full.patch:1.1.2.17	Thu Aug 23 03:58:46 2007
+++ SOURCES/linux-2.6-grsec_full.patch	Fri Aug 24 00:22:32 2007
@@ -16087,7 +16087,7 @@
 +{
 +	char *retval;
 +
-+	retval = __our_d_path(dentry->d_parent, vfsmnt, root, rootmnt, buf, buflen);
++	retval = __our_d_path(dentry, vfsmnt, root, rootmnt, buf, buflen);
 +	if (unlikely(IS_ERR(retval)))
 +		retval = strcpy(buf, "<path too long>");
 +	else if (unlikely(retval[1] == '/' && retval[2] == '\0'))
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-grsec_full.patch?r1=1.1.2.17&r2=1.1.2.18&f=u
    
    
More information about the pld-cvs-commit
mailing list