Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3021366imu; Mon, 19 Nov 2018 09:27:52 -0800 (PST) X-Google-Smtp-Source: AJdET5eTBa2pAH27dV3YohXvAB+wH4vEiXabixsEX1XhlnWpPVeh8scmc7RxmM0ogX+br1pbNWr/ X-Received: by 2002:a17:902:1103:: with SMTP id d3-v6mr22358130pla.249.1542648472794; Mon, 19 Nov 2018 09:27:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542648472; cv=none; d=google.com; s=arc-20160816; b=h/hLBJuZG5sW5lyCuS0Y1fbKOWUC0/Z2T057xNFgNUe1LBQ28+APbrlRkfUVIW/I/7 pNL6agbmOiFYrlwIEUOHpuEj9WP5bh7KPE8A2BgQtwkMl7pC/0cNsl+1hxyzx7LyUj/X nIAOHlgVj01lHKpfQLFtn9GzFCP6BaOLVp1Gkf6aY52Rg35xd3IxEU6s89c2dK9WXXmj noR+BzSf4SM1Unpj4XtNgBaxjFxC3Ihd+goI8C2aCuckqxl4hUOaVn/NOB+rjqYV//os O5e2SI5yL08mqDHrg8ob3CGSKFbExiYhGkImAo9n6XYqlBfecWW/+zOzD5uiNIfiKixJ 5knQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=TzwefCOXjq7YFhAIhkirL9TxFzFitZyvIwIA7rA01ZQ=; b=E4p8Q+BN8+F9dYL4L3nEmprLYQvw8uWKq6U38Ikh45PxJV+PCyaDYcd8uWtNyvLEe2 sdfehQynkSotLCGOV6lj3JvV0239BhSXqj1ARfjQ2kTvy50Hcysm8w8lPt1Myxn9RRH4 QLUv0s0F5qKy9vs1u0HCopZvzSx86zLJ5UAh04GOe7i9IaNBK1XBSfpPwEU6hzEEg8Ul DsDMv4MS856FoSS2GFxb/yupzuVDJtS1UzYRgEWyJ4RdGjrBuCSxDVDx8SVceK/xGev5 6muEMB7airs8fC0BVVh5TE+Q5z+UidncX91SIyMtqgNGBoG06lymE6IoPfcz7d0tAwnc CHqA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=gvVv7txi; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v14-v6si40391411pgt.78.2018.11.19.09.27.25; Mon, 19 Nov 2018 09:27:52 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=gvVv7txi; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404144AbeKTDUM (ORCPT + 99 others); Mon, 19 Nov 2018 22:20:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:59464 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390603AbeKTDUL (ORCPT ); Mon, 19 Nov 2018 22:20:11 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9AC40206BA; Mon, 19 Nov 2018 16:55:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1542646557; bh=DOjEd9jxxt8G1uIUwR14/VW/n4R5fBmKnRE0zEqc4H8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gvVv7txiL360FiofYDdNYz55NJneZZKVGRyk7soKU5jV4USDmdEiljlxcmEuYusYu 9Qkr+HwqGwvjp4rQKRFMzmqmGCiJ51/8tJRus9lsodJ9tMb352XNPmPUe2vO2vL5/J AKdOqtQbtVYjNOhq5uzayeQQyV8MAu/XVxX8eT3Y= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Guenter Roeck , Christoph Hellwig , Nobuhiro Iwamatsu Subject: [PATCH 4.9 74/83] configfs: replace strncpy with memcpy Date: Mon, 19 Nov 2018 17:29:40 +0100 Message-Id: <20181119162626.408388577@linuxfoundation.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181119162612.046511542@linuxfoundation.org> References: <20181119162612.046511542@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Guenter Roeck commit 1823342a1f2b47a4e6f5667f67cd28ab6bc4d6cd upstream. gcc 8.1.0 complains: fs/configfs/symlink.c:67:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length fs/configfs/symlink.c: In function 'configfs_get_link': fs/configfs/symlink.c:63:13: note: length computed here Using strncpy() is indeed less than perfect since the length of data to be copied has already been determined with strlen(). Replace strncpy() with memcpy() to address the warning and optimize the code a little. Signed-off-by: Guenter Roeck Signed-off-by: Christoph Hellwig Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Greg Kroah-Hartman --- fs/configfs/symlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/configfs/symlink.c +++ b/fs/configfs/symlink.c @@ -64,7 +64,7 @@ static void fill_item_path(struct config /* back up enough to print this bus id with '/' */ length -= cur; - strncpy(buffer + length,config_item_name(p),cur); + memcpy(buffer + length, config_item_name(p), cur); *(buffer + --length) = '/'; } }