Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp9695325ybi; Wed, 24 Jul 2019 08:23:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqx13+Ot+KfyrCvqIj9fbjC/XhYHrmtwTuA7wMKIEyzFZkf76vSJ5Q71vkJzLpqcoBI4iW67 X-Received: by 2002:a63:8ac4:: with SMTP id y187mr42050210pgd.412.1563981832141; Wed, 24 Jul 2019 08:23:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563981832; cv=none; d=google.com; s=arc-20160816; b=GdBE08AuZLgaOt+DS3l2+vFKJ7QTxFCBSKhGkIh6X6PE5uS/n5ruEnv5zGGocnX/u0 YXp8GkBLzQrRlIh5t13gr4vwgwKDOsNPRDlY/LgDRTLwFyG4438JasHSZHI2r4wNj/kp 6HfYYgSdS8pEFqg0HG42UZUKqIF0JfxIIvmWzW5UecREuLJu8265yn+AID9of0mJZF3e MyZPEVzrVGaaI39PSJMLyGtdMhablbPyV4NSyqjiToEq+djYi1YRQ2utZRt2dNwNBsER 3aSFo3uXlPaBIB4ROu9rudPfv4dV7QlJy4S/yBofWZYroZeCsOL8x5MO9e2oFeIEYz5J vCVA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=ide/inN5RLF3QB4/Z1k0dRGCIoX2kuR6om3NZHulAPw=; b=x1rfQkZifZrWs5BRPaHiVj2HCuUHPlvb699TStyrNvsenRuxFlU46dUFX9LoNAyh1e UEIcwMbP4peaWBkuiO0JxNtF3paY90BTW4bd09JoM7OhM1bJwU2TiNQByJi5E0xgIOfU duxzglXNislqQWxOf60K8/GSBrqIiXE8h0JH7Uf0Nz/ZlkshPOV9VyaQk1EFGjhkOsbd EM57YMqcrB/teIFDfIGPo6wWy5DDH8dnD136d7TlQrx5y6R3lJ3O4YnJpoPxskYwc50K VmXzsdMAef/eXDm2gRdp7ex5Rk0Iv4mcaFRb4/qPXnVaOsk3/8l3StcMtnC3zSXP844u yi/Q== ARC-Authentication-Results: i=1; mx.google.com; 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 f15si15283743pgu.415.2019.07.24.08.23.37; Wed, 24 Jul 2019 08:23:52 -0700 (PDT) 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; 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 S1727640AbfGXLp1 (ORCPT + 99 others); Wed, 24 Jul 2019 07:45:27 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:39712 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727128AbfGXLp1 (ORCPT ); Wed, 24 Jul 2019 07:45:27 -0400 X-IronPort-AV: E=Sophos;i="5.64,302,1559512800"; d="scan'208";a="393144701" Received: from c-73-22-29-55.hsd1.il.comcast.net (HELO hadrien) ([73.22.29.55]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2019 13:45:24 +0200 Date: Wed, 24 Jul 2019 06:45:23 -0500 (CDT) From: Julia Lawall X-X-Sender: jll@hadrien To: Joe Perches cc: David Laight , cocci , LKML Subject: Re: [Fwd: [PATCH 1/2] string: Add stracpy and stracpy_pad mechanisms] In-Reply-To: Message-ID: References: <7ab8957eaf9b0931a59eff6e2bd8c5169f2f6c41.1563841972.git.joe@perches.com> <66fcdbf607d7d0bea41edb39e5579d63b62b7d84.camel@perches.com> <0f3ba090dfc956f5651e6c7c430abdba94ddcb8b.camel@perches.com> <563222fbfdbb44daa98078db9d404972@AcuMS.aculab.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 Jul 2019, Joe Perches wrote: > On Wed, 2019-07-24 at 10:28 +0000, David Laight wrote: > > From: Joe Perches > > > Sent: 24 July 2019 05:38 > > > On Tue, 2019-07-23 at 23:27 -0500, Julia Lawall wrote: > > > > On Tue, 23 Jul 2019, Joe Perches wrote: > > > > > On Tue, 2019-07-23 at 22:54 -0500, Julia Lawall wrote: > > > > > > A seantic patch and the resulting output for the case where the third > > > > > > arugument is a constant is attached. Likewise the resulting output on a > > > > > > recent linux-next. > [] > > > > > There is a problem with conversions with assignments > > > > > of strlcpy() so ideally the cocci script should make sure > > > > > any return value was not used before conversion. > > > > > > > > > > This is not a provably good conversion: > > > > > > > > > > drivers/s390/char/sclp_ftp.c > > > > > @@ -114,8 +114,7 @@ static int sclp_ftp_et7(const struct hmc > > > > > sccb->evbuf.mdd.ftp.length = ftp->len; > > > > > sccb->evbuf.mdd.ftp.bufaddr = virt_to_phys(ftp->buf); > > > > > > > > > > - len = strlcpy(sccb->evbuf.mdd.ftp.fident, ftp->fname, > > > > > - HMCDRV_FTP_FIDENT_MAX); > > > > > + len = stracpy(sccb->evbuf.mdd.ftp.fident, ftp->fname); > [] > > > Any use of the strlcpy return value should not be converted > > > because the logic after an assignment or use of the return value > > > can not be assured to have the same behavior. > > > > Most of the code probably expects the length to be that copied > > (so is broken if the string is truncated). > > Fortunately there are relatively few uses of the return > value of strlcpy so it's not a large problem set. > > Slightly unrepresentative counts: > > $ git grep -P "^\s+strlcpy\b" | wc -l > 1681 > $ git grep -P "=\s*strlcpy\b" | wc -l > 28 OK, it's easy to check for in any case. Thanks. julia