[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <164015293355.20356.17369576129448229832.kvalo@kernel.org>
Date: Wed, 22 Dec 2021 06:02:15 +0000 (UTC)
From: Kalle Valo <kvalo@...nel.org>
To: Jason Wang <wangborong@...rlc.com>
Cc: kuba@...nel.org, davem@...emloft.net, ath10k@...ts.infradead.org,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Jason Wang <wangborong@...rlc.com>
Subject: Re: [PATCH] ath10k: replace strlcpy with strscpy
Jason Wang <wangborong@...rlc.com> wrote:
> The strlcpy should not be used because it doesn't limit the source
> length. So that it will lead some potential bugs.
>
> But the strscpy doesn't require reading memory from the src string
> beyond the specified "count" bytes, and since the return value is
> easier to error-check than strlcpy()'s. In addition, the implementation
> is robust to the string changing out from underneath it, unlike the
> current strlcpy() implementation.
>
> Thus, replace strlcpy with strscpy.
>
> Signed-off-by: Jason Wang <wangborong@...rlc.com>
> Signed-off-by: Kalle Valo <quic_kvalo@...cinc.com>
Patch applied to ath-next branch of ath.git, thanks.
9d364b828ae5 ath10k: replace strlcpy with strscpy
--
https://patchwork.kernel.org/project/linux-wireless/patch/20211221070931.725720-1-wangborong@cdjrlc.com/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists