linux_dsm_epyc7002/fs/f2fs
Takashi Iwai c6d5789bea f2fs: Use scnprintf() for avoiding potential buffer overflow
Since snprintf() returns the would-be-output size instead of the
actual output size, the succeeding calls may go beyond the given
buffer limit.  Fix it by replacing with scnprintf().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2020-03-19 11:37:56 -07:00
..
acl.c
acl.h
checkpoint.c f2fs: fix inconsistent comments 2020-03-10 09:18:33 -07:00
compress.c f2fs: fix to avoid use-after-free in f2fs_write_multi_pages() 2020-03-10 09:18:33 -07:00
data.c f2fs: fix inconsistent comments 2020-03-10 09:18:33 -07:00
debug.c
dir.c
extent_cache.c
f2fs.h f2fs: fix to check dirty pages during compressed inode conversion 2020-03-11 08:25:38 -07:00
file.c f2fs: allow to clear F2FS_COMPR_FL flag 2020-03-11 08:25:38 -07:00
gc.c f2fs: fix inconsistent comments 2020-03-10 09:18:33 -07:00
gc.h
hash.c
inline.c
inode.c f2fs: fix inconsistent comments 2020-03-10 09:18:33 -07:00
Kconfig
Makefile
namei.c f2fs: fix inconsistent comments 2020-03-10 09:18:33 -07:00
node.c f2fs: fix inconsistent comments 2020-03-10 09:18:33 -07:00
node.h
recovery.c
segment.c
segment.h
shrinker.c f2fs: fix inconsistent comments 2020-03-10 09:18:33 -07:00
super.c f2fs: fix inconsistent comments 2020-03-10 09:18:33 -07:00
sysfs.c f2fs: Use scnprintf() for avoiding potential buffer overflow 2020-03-19 11:37:56 -07:00
trace.c
trace.h
verity.c
xattr.c f2fs: remove i_sem lock coverage in f2fs_setxattr() 2020-03-10 09:18:32 -07:00
xattr.h