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 B62D1C4332F for ; Tue, 13 Dec 2022 20:56:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237176AbiLMU4m (ORCPT ); Tue, 13 Dec 2022 15:56:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237173AbiLMU4l (ORCPT ); Tue, 13 Dec 2022 15:56:41 -0500 Received: from smtpout2.mo529.mail-out.ovh.net (smtpout2.mo529.mail-out.ovh.net [79.137.123.220]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3153A14D13 for ; Tue, 13 Dec 2022 12:56:39 -0800 (PST) Received: from mxplan6.mail.ovh.net (unknown [10.109.138.5]) by mo529.mail-out.ovh.net (Postfix) with ESMTPS id E2B3514B7B25E; Tue, 13 Dec 2022 21:56:36 +0100 (CET) Received: from jwilk.net (37.59.142.101) by DAG4EX1.mxp6.local (172.16.2.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.16; Tue, 13 Dec 2022 21:56:36 +0100 Authentication-Results: garm.ovh; auth=pass (GARM-101G004dd99b0f0-9515-489b-b004-22c151afb46c, 6E411EDD72D7122B11108647DE7A805B9E08614F) smtp.auth=jwilk@jwilk.net X-OVh-ClientIp: 5.172.255.145 Date: Tue, 13 Dec 2022 21:56:34 +0100 From: Jakub Wilk To: Alejandro Colomar CC: , Martin Sebor Subject: Re: [PATCH v2 0/3] Rewrite strcpy(3) Message-ID: <20221213205634.fvqbvyjxqrnxdatd@jwilk.net> References: <20221212142418.27615-1-alx@kernel.org> <20221212230044.86105-1-alx@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Content-Disposition: inline In-Reply-To: <20221212230044.86105-1-alx@kernel.org> X-Originating-IP: [37.59.142.101] X-ClientProxiedBy: DAG9EX2.mxp6.local (172.16.2.82) To DAG4EX1.mxp6.local (172.16.2.31) X-Ovh-Tracer-GUID: c53de27c-bd48-409a-84c9-f7152d8e134f X-Ovh-Tracer-Id: 16646430124296230877 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvhedrfedugdeilecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpeffhffvvefukfhfgggtuggjihesthdtredttddtvdenucfhrhhomheplfgrkhhusgcuhghilhhkuceojhifihhlkhesjhifihhlkhdrnhgvtheqnecuggftrfgrthhtvghrnhepuedttdetlefhffduvdehgfefudejledtkeehudevkeekleefudeuvdegjedufffgnecukfhppeduvdejrddtrddtrddupdefjedrheelrddugedvrddutddunecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpeeojhifihhlkhesjhifihhlkhdrnhgvtheqpdhnsggprhgtphhtthhopedupdhrtghpthhtoheprghlgidrmhgrnhhprghgvghssehgmhgrihhlrdgtohhmpdhlihhnuhigqdhmrghnsehvghgvrhdrkhgvrhhnvghlrdhorhhgpdhmshgvsghorhesrhgvughhrghtrdgtohhmpdfovfetjfhoshhtpehmohehvdelpdhmohguvgepshhmthhpohhuth Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org The sheer size of this page make it almost unusable for me. Please don't merge it. * Alejandro Colomar , 2022-12-13 00:00: > stpecpy(3), stpecpyx(3) > Not provided by any library. Then they don't belong in the man-pages project. > strscpy(3) > Not provided by any library. It is a Linux kernel internal > function. Ditto. -- Jakub Wilk