Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp4158233pxv; Mon, 19 Jul 2021 18:47:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzHDNgqrZ33etjHpt+QcVWQVi5GzQrYferdextvbS0syfQlUSVbfae2QNfTvQNnBggVXihq X-Received: by 2002:a17:906:6c91:: with SMTP id s17mr29410410ejr.403.1626745648219; Mon, 19 Jul 2021 18:47:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626745648; cv=none; d=google.com; s=arc-20160816; b=YOL+/l5f69dmPtRq6OcaIezoVbjB29Qhe3FmjNU1DsHi6nZQM9u0k0vEHCMKFuH15t AL18hiUdPh63LO9v+vGMJPYTrygRI4VDUe/o0lQatiOEKvu+Pa5SNOjGbG/Y8ZzwVN9n 8KXS+jXCt+gZdA8WbXQA8J0/LVUj23iAADU9T0juJ14v9SitE8K8aZ/IwO7kkdCS9MLs 6cIRMxuHFAXpcykWSyV6mdJo5bqsXjYqX8XQ3g3N7WvNX1IPiP8nwP3GJ+LAbjhW4eG/ xaUMIsBNKtv716Lm1PUNmoRwp9X0DTs4QzvSo9P9pFRu9fWbX3/NqThOelcfpmtMzNxi 45qw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=QNxPVRTYs0YBz4gk30MFP7Rp2UWhLrHeVtHp+LPSKzE=; b=GjJMW/kUOFz0cUXyBxBF3hqDwdlJRQOh9gqakqaH+LicQyiwnZVyMcPqqB+CvSF1oe KI1AHRRMzgSRP3ctfB2VuTsslfuE+DFRNxGiS7/ze2te7c+hL88FzM0lO/bKJddZBvbD ndi0RlD4V8hLli8Sc5kkZL6sqIQiXhQMEysB50iivP1zrDVrEl3ZWZ2yAevqqlYRW5Tl KgQaDNuSRVQMHXmLwO+l8oOm115Piw9tTecIanqQ5OPRhYrLqLiROppM62EZN4J5qzyi u53RYIsswxeP+veGOxUvC7dRL8QsMZuSG7aILbj7OapMHrOeLdndNKKWAmsr+eJdmF1o FrBQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="12Y5/5iO"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i18si3938780edc.507.2021.07.19.18.47.06; Mon, 19 Jul 2021 18:47:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="12Y5/5iO"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345635AbhGSPEr (ORCPT + 99 others); Mon, 19 Jul 2021 11:04:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:34044 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244648AbhGSOnB (ORCPT ); Mon, 19 Jul 2021 10:43:01 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9A83161285; Mon, 19 Jul 2021 15:22:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626708134; bh=LykGqZADCmIweKh5fPsSWbyCvEBh58hVemt6UeYGwYI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=12Y5/5iO0xto7VhSVwyTY5rD+hx0u6zm7h3C8nSuOti+jvBANyT8ZwPhSjPCNiTQ1 yoc7h+mo7dviOC7CI9VDZfi+DE/OfqX8M9pG2bpCVkzXS6/5IfS7IaX11N64PLPWqg 8f0zM/vayT9A2rSAtCS3ekrcqFSa0E3DOw6Y9VGQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, kernel test robot , "Gustavo A. R. Silva" , Kees Cook , Johannes Berg , Sasha Levin Subject: [PATCH 4.14 195/315] wireless: wext-spy: Fix out-of-bounds warning Date: Mon, 19 Jul 2021 16:51:24 +0200 Message-Id: <20210719144949.841363419@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210719144942.861561397@linuxfoundation.org> References: <20210719144942.861561397@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Gustavo A. R. Silva [ Upstream commit e93bdd78406da9ed01554c51e38b2a02c8ef8025 ] Fix the following out-of-bounds warning: net/wireless/wext-spy.c:178:2: warning: 'memcpy' offset [25, 28] from the object at 'threshold' is out of the bounds of referenced subobject 'low' with type 'struct iw_quality' at offset 20 [-Warray-bounds] The problem is that the original code is trying to copy data into a couple of struct members adjacent to each other in a single call to memcpy(). This causes a legitimate compiler warning because memcpy() overruns the length of &threshold.low and &spydata->spy_thr_low. As these are just a couple of struct members, fix this by using direct assignments, instead of memcpy(). This helps with the ongoing efforts to globally enable -Warray-bounds and get us closer to being able to tighten the FORTIFY_SOURCE routines on memcpy(). Link: https://github.com/KSPP/linux/issues/109 Reported-by: kernel test robot Signed-off-by: Gustavo A. R. Silva Reviewed-by: Kees Cook Link: https://lore.kernel.org/r/20210422200032.GA168995@embeddedor Signed-off-by: Johannes Berg Signed-off-by: Sasha Levin --- net/wireless/wext-spy.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net/wireless/wext-spy.c b/net/wireless/wext-spy.c index 33bef22e44e9..b379a0371653 100644 --- a/net/wireless/wext-spy.c +++ b/net/wireless/wext-spy.c @@ -120,8 +120,8 @@ int iw_handler_set_thrspy(struct net_device * dev, return -EOPNOTSUPP; /* Just do it */ - memcpy(&(spydata->spy_thr_low), &(threshold->low), - 2 * sizeof(struct iw_quality)); + spydata->spy_thr_low = threshold->low; + spydata->spy_thr_high = threshold->high; /* Clear flag */ memset(spydata->spy_thr_under, '\0', sizeof(spydata->spy_thr_under)); @@ -147,8 +147,8 @@ int iw_handler_get_thrspy(struct net_device * dev, return -EOPNOTSUPP; /* Just do it */ - memcpy(&(threshold->low), &(spydata->spy_thr_low), - 2 * sizeof(struct iw_quality)); + threshold->low = spydata->spy_thr_low; + threshold->high = spydata->spy_thr_high; return 0; } @@ -173,10 +173,10 @@ static void iw_send_thrspy_event(struct net_device * dev, memcpy(threshold.addr.sa_data, address, ETH_ALEN); threshold.addr.sa_family = ARPHRD_ETHER; /* Copy stats */ - memcpy(&(threshold.qual), wstats, sizeof(struct iw_quality)); + threshold.qual = *wstats; /* Copy also thresholds */ - memcpy(&(threshold.low), &(spydata->spy_thr_low), - 2 * sizeof(struct iw_quality)); + threshold.low = spydata->spy_thr_low; + threshold.high = spydata->spy_thr_high; /* Send event to user space */ wireless_send_event(dev, SIOCGIWTHRSPY, &wrqu, (char *) &threshold); -- 2.30.2