Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vfs: Fix refcounting of filenames in fs_parser
commit 7cdfa44 upstream. Fix an overput in which filename_lookup() unconditionally drops a ref to the filename it was given, but this isn't taken account of in the caller, fs_lookup_param(). Addresses-Coverity-ID: 1443811 ("Use after free") Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information