mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-26 19:51:32 +00:00
eeba3ae145
commit 98f7f56cf35c352c1ff3d83ad1e72e5b1e5fdf84 category: bugfix issue: #I6VAS0 CVE: NA Signed-off-by: DongSenhao <dongsenhao2@huawei.com> --------------------------------------- Suppress the following compiler warning: f2fs_format.c:1653:37: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] memcpy(dent_blk->filename[3], LPF + F2FS_SLOT_LEN, ~~~~^~~~~~~~~~~~~~~ f2fs_format.c:1653:37: note: use array indexing to silence this warning memcpy(dent_blk->filename[3], LPF + F2FS_SLOT_LEN, ^ & [ ] Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: dongsenhao <dongsenhao2@huawei.com> |
||
---|---|---|
.. | ||
BUILD.gn | ||
f2fs_format_main.c | ||
f2fs_format_utils.c | ||
f2fs_format_utils.h | ||
f2fs_format.c | ||
Makefile.am |