[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <174753967075.24504.4269062328317378824.b4-ty@linux.ibm.com>
Date: Sun, 18 May 2025 09:15:02 +0530
From: Madhavan Srinivasan <maddy@...ux.ibm.com>
To: Michael Ellerman <mpe@...erman.id.au>, Nicholas Piggin <npiggin@...il.com>,
Christophe Leroy <christophe.leroy@...roup.eu>,
Naveen N Rao <naveen@...nel.org>, Thomas Gleixner <tglx@...utronix.de>,
Thomas Weißschuh <thomas.weissschuh@...utronix.de>,
Thorsten Blum <thorsten.blum@...ux.dev>
Cc: linux-hardening@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] powerpc: Replace strcpy() with strscpy() in proc_ppc64_init()
On Mon, 21 Apr 2025 20:31:08 +0200, Thorsten Blum wrote:
> strcpy() is deprecated; use strscpy() instead.
>
> Don't cast the destination buffer from 'u8[]' to 'char *' to satisfy the
> __must_be_array() requirement of strscpy().
>
> No functional changes intended.
>
> [...]
Applied to powerpc/next.
[1/1] powerpc: Replace strcpy() with strscpy() in proc_ppc64_init()
https://git.kernel.org/powerpc/c/7e99a4a60d8fc9b24a3f9632011bf7e197f1aff9
Thanks
Powered by blists - more mailing lists