third_party_f2fs-tools/mkfs
Yunlong Song 9c6cec2c10 f2fs-tools: fix overflow bug of start_sector when computing zone_align_start_offset
zone_align_start_offset should be u64, but config.start_sector is u32,
so it may be overflow when computing zone_align_start_offset.

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2018-08-27 23:49:26 -07:00
..
f2fs_format_main.c mkfs.f2fs: factor out feature table from mkfs.f2fs 2018-07-13 22:46:00 -07:00
f2fs_format_utils.c f2fs-tools: use pointer and memory alloaction instead of defining "structure stat" in function stack 2018-04-04 22:22:33 -07:00
f2fs_format_utils.h f2fs-tools: support multiple devices 2016-11-09 18:03:47 -08:00
f2fs_format.c f2fs-tools: fix overflow bug of start_sector when computing zone_align_start_offset 2018-08-27 23:49:26 -07:00
Makefile.am fsck/Makefile.am, mkfs/Makefile.am: fix to make distcheck correctly 2017-11-13 21:04:23 -08:00