From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5B3A3C46467 for ; Mon, 16 Jan 2023 13:12:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231478AbjAPNMs (ORCPT ); Mon, 16 Jan 2023 08:12:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230347AbjAPNMZ (ORCPT ); Mon, 16 Jan 2023 08:12:25 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 136A021A02; Mon, 16 Jan 2023 05:09:52 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 239D2B80D20; Mon, 16 Jan 2023 13:08:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6B20C433EF; Mon, 16 Jan 2023 13:08:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673874519; bh=JyzanIewff9FFjjBb97feVFjkpLjSxsRwNK9A+uPc5g=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=WjQ4z7ZF8C4ajxaFizSNFat9XQctWZy0N3dTjY5fukfqdcqklZT2X4smXDEJh5R5V f2cbMRyFa4GJDy0omur5u/TxKvc3CIaNgT5WxPYbZcUn1lyafB70xRe2YbhlYGqIej 3Jl/ZgxPZ24+OzkJNV8dHr9zSfUkgs4BKaWPpQ6RqoUZP6aqxzpbebIxewgpA72EKI zk1SILn93bCJbCCk4k0/8K8Ppr5wUlkW4CmQO+2EqXFqHj7s6Mm0D2YjiN5xFs+YTs jailnWrAR7ehZwrRV8TBeuZK7ydWyaM5mY7XCKXPEZ376vA+VJMIifeFkqsY/rW29o uwucAF4KcSDfw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: =?utf-8?q?=5BPATCH_net-next=5D_brcm80211=3A_use_strscpy=28=29_to_in?= =?utf-8?q?stead_of_strncpy=28=29?= From: Kalle Valo In-Reply-To: <202212231037210142246@zte.com.cn> References: <202212231037210142246@zte.com.cn> To: Cc: , , , , , , , , , , , , , User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <167387451256.32134.6493247488948126794.kvalo@kernel.org> Date: Mon, 16 Jan 2023 13:08:36 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org wrote: > From: Xu Panda > > The implementation of strscpy() is more robust and safer. > That's now the recommended way to copy NUL-terminated strings. > > Signed-off-by: Xu Panda > Signed-off-by: Yang Yang Mismatch email in From and Signed-off-by lines: From: Signed-off-by: Yang Yang Patch set to Changes Requested. -- https://patchwork.kernel.org/project/linux-wireless/patch/202212231037210142246@zte.com.cn/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches