From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EF9E8A04BB; Tue, 6 Oct 2020 09:42:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0DB164C8E; Tue, 6 Oct 2020 09:42:07 +0200 (CEST) Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 53F8425B3 for ; Tue, 6 Oct 2020 09:42:01 +0200 (CEST) Received: from glumotte.dev.6wind.com. (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id 2138146B233; Tue, 6 Oct 2020 09:42:00 +0200 (CEST) From: Olivier Matz To: dev@dpdk.org Cc: Marko Kovacevic , Akhil Goyal , Fan Zhang , Arek Kusztal Date: Tue, 6 Oct 2020 09:41:40 +0200 Message-Id: <20201006074143.31691-1-olivier.matz@6wind.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/3] examples/fips_validation: misc fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Seen while trying to test this example: the first two patches are fixes (buffer overflow and an incorrect parsing). The last one makes it possible to only run the self test, without passing a req file. Olivier Matz (3): examples/fips_validation: fix buffer overflow examples/fips_validation: ignore \r in input files examples/fips_validation: support self-test only examples/fips_validation/fips_validation.c | 14 ++++++++++++-- examples/fips_validation/fips_validation.h | 3 ++- examples/fips_validation/main.c | 22 ++++++++++++++++++++-- 3 files changed, 34 insertions(+), 5 deletions(-) -- 2.25.1