summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2021-08-06 10:03:12 +0200
committerMiklos Szeredi <mszeredi@redhat.com>2021-08-10 10:21:30 +0200
commit580c610429b3994e8db24418927747cf28443cde (patch)
treea377da7383cd550a28d49a7c9aaf644f42912f0b /fs/namespace.c
parent9b91b6b019fda817eb52f728eb9c79b3579760bc (diff)
downloadlinux-580c610429b3994e8db24418927747cf28443cde.tar.bz2
ovl: fix uninitialized pointer read in ovl_lookup_real_one()
One error path can result in release_dentry_name_snapshot() being called before "name" was initialized by take_dentry_name_snapshot(). Fix by moving the release_dentry_name_snapshot() to immediately after the only use. Reported-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/namespace.c')
0 files changed, 0 insertions, 0 deletions