Re: [PATCH v4] scsi: target: transform strncpy into strscpy

From: Maurizio Lombardi
Date: Tue Apr 08 2025 - 03:21:30 EST


On Mon Apr 7, 2025 at 7:48 PM CEST, Baris Can Goral wrote:
> Hi Maurizio,
>
> Unfourtunately, in version 6.14-rc2 (and also v6.14) strncpy is still there.

Sorry, my mistake.

commit dfb7df1ddb29c89662e84b2c82c1ff7943358ae0 that replaces
strncpy() with strscpy() has been merged in kernel version 6.15-rc1

Maurizio