From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kuusisaari, Juhamatti (Coriant - FI/Espoo)" Subject: strscpy() support to DPDK? Date: Tue, 11 Sep 2018 05:33:26 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "dev@dpdk.org" Return-path: Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on0048.outbound.protection.outlook.com [104.47.2.48]) by dpdk.org (Postfix) with ESMTP id 0C2C14C90 for ; Tue, 11 Sep 2018 07:33:28 +0200 (CEST) Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello, There has been some discussion earlier about the downsides of strlcpy().=20 How about adding strscpy() support to DPDK as a better option? It seems tha= t it really resolves the API issues of strlcpy(). https://lwn.net/Articles/659214/ BR, -- Juhamatti