From: Sasha Levin Date: Thu, 4 Oct 2012 23:56:40 +0000 (-0400) Subject: fs: prevent use after free in auditing when symlink following was denied X-Git-Tag: v3.7-rc1~42^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd8d101a3a7d3f2e79deee1e342801703b6dc70;p=pandora-kernel.git fs: prevent use after free in auditing when symlink following was denied Commit "fs: add link restriction audit reporting" has added auditing of failed attempts to follow symlinks. Unfortunately, the auditing was being done after the struct path structure was released earlier. Signed-off-by: Sasha Levin Signed-off-by: Al Viro --- Reading git-diff-tree failed