lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAKWSiC6tYijmMtnmhRrq8OTivfRGu6D0y9vWbPd0g45x3yoA=w@mail.gmail.com>
Date: Mon, 19 May 2025 12:01:36 +0530
From: Siddarth Gundu <siddarthsgml@...il.com>
To: geert@...ux-m68k.org
Cc: linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org, 
	elder@...e.org
Subject: Re: [PATCH v2] rbd: replace strcpy() with strscpy()

On Mon, May 19, 2025 at 4:20 AM Siddarth Gundu <siddarthsgml@...il.com> wrote:
>
> strcpy() is deprecated; use strscpy() instead.
>
> Both the destination and source buffer are of fixed length
> so strscpy with 2-arguments is used.
>
> Introduce a typedef for cookie array to improve code clarity.
>
> Link: https://github.com/KSPP/linux/issues/88
> Signed-off-by: Siddarth Gundu <siddarthsgml@...il.com>

Truly sorry for sending this to the wrong mailing list, apologies.
Please Ignore this. Sorry for my mistake.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ