[PATCH v2 0/2] fs: fuse: use strscpy instead of strcpy
Posted by
Miquel Sabaté Solà
4 months, 1 week ago
Changes in v2:
- Add a commit to rename 'namelen' to 'namesize', as suggested by Miklos
Szeredi.
Miquel Sabaté Solà (2):
fs: fuse: Use strscpy instead of strcpy
fs: fuse: rename 'namelen' to 'namesize'
fs/fuse/dir.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
--
2.51.0
Re: [PATCH v2 0/2] fs: fuse: use strscpy instead of strcpy
Posted by
Miklos Szeredi
2 months, 3 weeks ago
On Mon, 29 Sept 2025 at 15:03, Miquel Sabaté Solà <mssola@mssola.com> wrote:
>
> Changes in v2:
> - Add a commit to rename 'namelen' to 'namesize', as suggested by Miklos
> Szeredi.
Applied, thanks.
Miklos