Re: [Cluster-devel] [PATCH] gfs2: move from strlcpy with unused retval to strscpy

2022-08-26 Thread Andreas Gruenbacher
Wolfram and Andy, On Thu, Aug 25, 2022 at 11:33 AM Andrew Price wrote: > On 24/08/2022 21:08, Wolfram Sang wrote: > > Hi Andy. > > > >>> - strlcpy(sdp->sd_proto_name, proto, GFS2_FSNAME_LEN); > >>> - strlcpy(sdp->sd_table_name, table, GFS2_FSNAME_LEN); > >>> + strscpy(sdp->sd_proto_name,

Re: [Cluster-devel] kernel BUG in gfs2_fill_super

2022-08-26 Thread Andreas Gruenbacher
On Tue, Aug 23, 2022 at 3:52 AM 王海弛 wrote: > Dear Linux maintainers and reviewers: > > We would like to report a linux kernel bug, found by a modified version of > syzkaller. > > May affected file: fs/gfs2/ops_fstype.c Thank you. Andreas