http://bugzilla.kernel.org/show_bug.cgi?id=5897





------- Additional Comments From [EMAIL PROTECTED]  2006-02-05 23:44 -------
Hi Vladimir,

Could you check out the following patch ? Its against 2.6.15-rc7. The
path_lookup() doesn't check whether the link_path_walk() successful or not. 

--- linux-2.6.15-rc7-I/fs/namei.c       2006-01-03 10:25:57.000000000 -0800
+++ linux-2.6.15-rc7-I/fs/namei.c.mod   2006-02-06 05:08:36.000000000 -0800
@@ -1090,7 +1090,7 @@ int fastcall path_lookup(const char *nam
        current->total_link_count = 0;
        retval = link_path_walk(name, nd);
 out:
-       if (unlikely(current->audit_context
+       if (unlikely(!retval && current->audit_context
                     && nd && nd->dentry && nd->dentry->d_inode))
                audit_inode(name, nd->dentry->d_inode, flags);
        return retval;


Thanks.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to