From nobody Fri Sep 20 04:13:03 2024 Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9B304EAD6; Thu, 11 Jan 2024 08:27:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="RJoEy5cG" Received: by mail-wm1-f42.google.com with SMTP id 5b1f17b1804b1-40e60e13799so2033235e9.2; Thu, 11 Jan 2024 00:27:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704961627; x=1705566427; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=XG+5LYoTfM19+HCSh2Sxdy2rjn8YuyVWQvJzeP4kCnM=; b=RJoEy5cGKsUijiTWmS4jT88It8VPHebfnAqBmDq8NX26VfC+vOYCnM6+QSMWvS/bNP RNqyS4rXPiF8vkEf6kv3tEZ9PHbZk0DgFUevPRnUNxRnY7UkHARJ5U+rP8a9gN3R9ICL DDwKG++BlWGaj7E/MxKUcBmgzVxQKFSUoYwBJ5+ZABsh+dab034FY4Bgu6oqTnpEEisA +EcXkLgw0nbr+3qTldfGzGH+gOup+xue23/PO71tKAgL/YhN7NqvhkLzsJ+zcCxkNvfC 2QK3Iuutygjwzxe3v3bMfi9zJVo6kUQC4yUEiKcIg1ApLxBwttc3NsCqGJFN+gx10wPw bUwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704961627; x=1705566427; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=XG+5LYoTfM19+HCSh2Sxdy2rjn8YuyVWQvJzeP4kCnM=; b=nN+vySACqSljeAHUtwBcKprHPRP8yDS3+0au6WAJycTL2ltyQ9BRp4cQd+OiYhRNiX bT8RmelEMguvDb7boX01d28m63ud/SfjMfkyWQcOS83mLXUjnBy0UlZG809FMA34mDzB UEhOIvBsiv0CiY7ErV8DasGjSm5z8D9KF/G5Y2Xx+bbeBn6SKikevoZ729kCCOAv3KH8 LilGH7MOk6nFk9YjGxreIXpv2edFau2RNl0psoX2rg6Si29ZcZMyWhVDSIHj8L1aNs7s 7kgQ5BBSy/8wMmR/Un6JjPHg0hyb7MVyPGvCxyoPaGANuWkvTn5qkxQqhwHggBFL15+T uECw== X-Gm-Message-State: AOJu0YxNsrEUS2CNhnUBsX4Fkm7fBRpWeHMFysqi7SLvtn9b2HEpYU9H ZUpVS6cwrrh+lY59L1g6ldLMXlptZgA= X-Google-Smtp-Source: AGHT+IGoHE88PnZkOefJgr4PQyBMdDPvYPBdgLpyCha13BLRcXAiFUo/jkisxliGZgfOAaqZetm8Ww== X-Received: by 2002:a05:600c:2d51:b0:40e:4861:b3f6 with SMTP id a17-20020a05600c2d5100b0040e4861b3f6mr170775wmg.48.1704961627170; Thu, 11 Jan 2024 00:27:07 -0800 (PST) Received: from localhost.localdomain (141.red-88-10-53.dynamicip.rima-tde.net. [88.10.53.141]) by smtp.gmail.com with ESMTPSA id n18-20020a05600c3b9200b0040e4ca7fcb4sm967868wms.37.2024.01.11.00.27.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Jan 2024 00:27:06 -0800 (PST) From: Sergio Paracuellos To: linux-pci@vger.kernel.org Cc: bhelgaas@google.com, lpieralisi@kernel.org, kw@linux.com, robh@kernel.org, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Bjorn Helgaas Subject: [PATCH] PCI: mt7621: Fix possible string truncation in snprintf Date: Thu, 11 Jan 2024 09:27:04 +0100 Message-Id: <20240111082704.2259450-1-sergio.paracuellos@gmail.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The following warning appears when driver is compiled with W=3D1. CC drivers/pci/controller/pcie-mt7621.o drivers/pci/controller/pcie-mt7621.c: In function =E2=80=98mt7621_pcie_prob= e=E2=80=99: drivers/pci/controller/pcie-mt7621.c:228:49: error: =E2=80=98snprintf=E2=80= =99 output may be truncated before the last format character [-Werror=3Dformat-truncation= =3D] 228 | snprintf(name, sizeof(name), "pcie-phy%d", slot); | ^ drivers/pci/controller/pcie-mt7621.c:228:9: note: =E2=80=98snprintf=E2=80= =99 output between 10 and 11 bytes into a destination of size 10 228 | snprintf(name, sizeof(name), "pcie-phy%d", slot); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Clean this up increasing destination buffer one byte. Reported-by: Bjorn Helgaas Closes: https://lore.kernel.org/linux-pci/20240110212302.GA2123146@bhelgaas= /T/#t Signed-off-by: Sergio Paracuellos --- drivers/pci/controller/pcie-mt7621.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/controller/pcie-mt7621.c b/drivers/pci/controller/= pcie-mt7621.c index 79e225edb42a..d97b956e6e57 100644 --- a/drivers/pci/controller/pcie-mt7621.c +++ b/drivers/pci/controller/pcie-mt7621.c @@ -202,7 +202,7 @@ static int mt7621_pcie_parse_port(struct mt7621_pcie *p= cie, struct mt7621_pcie_port *port; struct device *dev =3D pcie->dev; struct platform_device *pdev =3D to_platform_device(dev); - char name[10]; + char name[11]; int err; =20 port =3D devm_kzalloc(dev, sizeof(*port), GFP_KERNEL); --=20 2.25.1