[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250618224926.GS1880847@ZenIV>
Date: Wed, 18 Jun 2025 23:49:26 +0100
From: Al Viro <viro@...iv.linux.org.uk>
To: Thorsten Blum <thorsten.blum@...ux.dev>
Cc: Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>,
Christophe JAILLET <christophe.jaillet@...adoo.fr>,
Takashi Iwai <tiwai@...e.de>, linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ALSA: mixer_oss: Replace deprecated strcpy() with
strscpy()
On Thu, Jun 19, 2025 at 12:36:29AM +0200, Thorsten Blum wrote:
> strcpy() is deprecated; use strscpy() instead.
>
> No functional changes intended.
Have you actually read the damn thing? Seriously, look at the uses
of 'str' downstream. The only thing it is ever passed to is strcmp().
In other words, why do we need to copy it anywhere? What's wrong with
having char *str instead of that array and replacing strcpy() with
plain and simple pointer assignment?
Powered by blists - more mailing lists