Message ID | 20250325015617.23455-1-pcc@google.com (mailing list archive) |
---|---|
Headers | show |
Series | string: Add load_unaligned_zeropad() code path to sized_strscpy() | expand |
On Mon, Mar 24, 2025 at 06:56:13PM -0700, Peter Collingbourne wrote: > This series fixes an issue where strscpy() would sometimes trigger > a false positive KASAN report with MTE. Thanks! Should this go via string API (me) or KASAN? -Kees
On Tue, Mar 25, 2025 at 12:43 PM Kees Cook <kees@kernel.org> wrote: > > On Mon, Mar 24, 2025 at 06:56:13PM -0700, Peter Collingbourne wrote: > > This series fixes an issue where strscpy() would sometimes trigger > > a false positive KASAN report with MTE. > > Thanks! Should this go via string API (me) or KASAN? Let's take this via string API. Peter