Re: [PATCH net-next] net/9p: Replace strlen() strcpy() pair with strscpy()
Dominique Martinet <[email protected]> Mon, 15 Jun 2026 22:09:44 +0900
| Newsgroups | dev.linux.lists.v9fs,org.kernel.vger.linux-hardening,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote on Sat, Jun 06, 2026 at 09:27:42PM +0100: > From: David Laight <[email protected]> > > Use the result of strscpy() for the overflow check. > > Signed-off-by: David Laight <[email protected]> Thanks, picked up in 9p tree -- Dominique