On 2019/8/16 13:55, Eric Biggers wrote: > From: Eric Biggers <[email protected]> > > Userspace provides a null-terminated string, so don't assume that the > full FSLABEL_MAX bytes can always be copied.> > Fixes: 61a3da4d5ef8 ("f2fs: support FS_IOC_{GET,SET}FSLABEL")
It may only copy redundant zero bytes, and will not hit security issue, it doesn't look like a bug fix? > Signed-off-by: Eric Biggers <[email protected]> Anyway, it makes sense to me. Reviewed-by: Chao Yu <[email protected]> Thanks, _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
