aboutsummaryrefslogtreecommitdiff
path: root/lib/test_fortify/write_overflow-strncpy-src.c
diff options
context:
space:
mode:
authorAbdun Nihaal <[email protected]>2022-10-30 12:32:51 +0530
committerKonstantin Komarov <[email protected]>2023-03-27 16:59:11 +0400
commit8dae4f6341e335a09575be60b4fdf697c732a470 (patch)
treeab6c10d01d8fc58832a82f0b9f2c29de9ac1e323 /lib/test_fortify/write_overflow-strncpy-src.c
parent4f082a7531223a438c757bb20e304f4c941c67a8 (diff)
fs/ntfs3: Fix NULL dereference in ni_write_inode
Syzbot reports a NULL dereference in ni_write_inode. When creating a new inode, if allocation fails in mi_init function (called in mi_format_new function), mi->mrec is set to NULL. In the error path of this inode creation, mi->mrec is later dereferenced in ni_write_inode. Add a NULL check to prevent NULL dereference. Link: https://syzkaller.appspot.com/bug?extid=f45957555ed4a808cc7a Reported-and-tested-by: [email protected] Signed-off-by: Abdun Nihaal <[email protected]> Signed-off-by: Konstantin Komarov <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions