Re: [PATCH] Input: wacom_w8001 - replace strlcat() with a strscpy() helper
Dmitry Torokhov <[email protected]>
| Newsgroups | org.kernel.vger.linux-hardening,org.kernel.vger.linux-input,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 14, 2026 at 08:22:41PM -0500, Ian Bridges wrote: > In preparation for removing the strlcat() API[1], replace its five > uses with a small append helper built on strnlen() and strscpy(). > > The five calls append device name fragments to a basename buffer > that grows in place across the setup functions. The helper takes > the same arguments as strlcat() and writes the same bytes, including > when a fragment is truncated. > > Link: https://github.com/KSPP/linux/issues/370 [1] > Signed-off-by: Ian Bridges <[email protected]> Applied, thank you. -- Dmitry