aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorGravatar Colin Ian King <colin.king@canonical.com> 2017-09-04 18:50:05 +0100
committerGravatar James Morris <james.l.morris@oracle.com> 2017-10-19 13:09:33 +1100
commit76ba89c76f2c74e208d93a9e7c698e39eeb3b85c (patch)
tree94ee1504a73ca7d7c7545f3282210d5c2091068e /fs
parentMerge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5 (diff)
downloadlinux-76ba89c76f2c74e208d93a9e7c698e39eeb3b85c.tar.gz
linux-76ba89c76f2c74e208d93a9e7c698e39eeb3b85c.tar.bz2
linux-76ba89c76f2c74e208d93a9e7c698e39eeb3b85c.zip
commoncap: move assignment of fs_ns to avoid null pointer dereference
The pointer fs_ns is assigned from inode->i_ib->s_user_ns before a null pointer check on inode, hence if inode is actually null we will get a null pointer dereference on this assignment. Fix this by only dereferencing inode after the null pointer check on inode. Detected by CoverityScan CID#1455328 ("Dereference before null check") Fixes: 8db6c34f1dbc ("Introduce v3 namespaced file capabilities") Signed-off-by: Colin Ian King <colin.king@canonical.com> Cc: stable@vger.kernel.org Acked-by: Serge Hallyn <serge@hallyn.com> Signed-off-by: James Morris <james.l.morris@oracle.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions