From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH] fs: prevent use after free in auditing when symlink following was denied Date: Fri, 5 Oct 2012 01:43:59 +0100 Message-ID: <20121005004359.GM23473@ZenIV.linux.org.uk> References: <1349395000-12050-1-git-send-email-sasha.levin@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: keescook@chromium.org, levinsasha928@gmail.com, davej@redhat.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Sasha Levin Return-path: Content-Disposition: inline In-Reply-To: <1349395000-12050-1-git-send-email-sasha.levin@oracle.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Oct 04, 2012 at 07:56:40PM -0400, Sasha Levin wrote: > 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. Applied, and it's -stable fodder as well.