From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EA34FA034C for ; Thu, 28 Apr 2022 12:53:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2F6140E50; Thu, 28 Apr 2022 12:53:15 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 0B2AF40E50 for ; Thu, 28 Apr 2022 12:53:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1651143194; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5fD7OBaN/UT3jBW/X0fpuxmD18FN4MtUEGeEbmA3gjc=; b=Ne5ZBAXcJinGXArXeFa1CQdUTdq9wt7XgQdYx4y6yNJLuqWAstwKSMgsfiAtmto0N+hWyt FW3VDksKBWmHtax83YDcRigI6P30l6yPlL4KrZ8uUH3mKr0sjgVmME787tg/tKDTi+RloW HJL1D0xQhz0Yo28efJpLM7KtJ9VdGvs= Received: from mail-lf1-f69.google.com (mail-lf1-f69.google.com [209.85.167.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-251-EwuAPELOOyCqdxHs0J1B2w-1; Thu, 28 Apr 2022 06:53:13 -0400 X-MC-Unique: EwuAPELOOyCqdxHs0J1B2w-1 Received: by mail-lf1-f69.google.com with SMTP id k11-20020a05651210cb00b00471d1b1be81so1893306lfg.17 for ; Thu, 28 Apr 2022 03:53:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5fD7OBaN/UT3jBW/X0fpuxmD18FN4MtUEGeEbmA3gjc=; b=BdwYOP2Yxm/VAhb+YOpVtU2sMMmFfGksyyi8g4oOMc7KFulTqgp4qSzWNr86LgfGLI gzVRF5Hn/u4NItwf+m2klCWC+jas2oxBzbO1FLKHU3FvyjYuUs5tx5K0fGIB6IjC86zJ /AkWlEgFqWsNV3g0LLvj0ecMcli55e+AsiBRNdGZvmjLpPZ77mZR/gACWpH0DY1XvEj7 GnzXrWH/etW2SoAqH3xbOlPGZjcSU7h2COkaG54E9Vjbm30uC1cXAOOi2VLjjsCMqT7C h3jWMFvTbiNo2RtexU56JcUY9xXygnTP5Swi9L8PrQ9TZ+02fXZxjqJiqfzpJmLjLP40 To/A== X-Gm-Message-State: AOAM530KGqdFuPF3qW5D8KISd4Fs2oI5L0RMHD5rVJle6AQ6xC/T6WOt 8lELwz5FgFfMKqHfKnnD/pdZBEvYuIJOOBL/M+KvS4GU2H4WOpcgKRP7y8BBAJgX/kEhensvxgN ZEgS1J8z1yUnkiPxGVBIsWxs= X-Received: by 2002:a05:6512:1326:b0:45a:3a4:f25a with SMTP id x38-20020a056512132600b0045a03a4f25amr23600716lfu.575.1651143191815; Thu, 28 Apr 2022 03:53:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxLK5csqPUaPG8BYebPM2hINWIElMRHGMoUkf/hBmA0qtU3M0hQ1WPBg3JUVSbDsBXi5Hq0iU19TxCFsEjHsO8= X-Received: by 2002:a05:6512:1326:b0:45a:3a4:f25a with SMTP id x38-20020a056512132600b0045a03a4f25amr23600708lfu.575.1651143191644; Thu, 28 Apr 2022 03:53:11 -0700 (PDT) MIME-Version: 1.0 References: <20220421173528.2152008-1-vladimir.medvedkin@intel.com> In-Reply-To: From: David Marchand Date: Thu, 28 Apr 2022 12:53:00 +0200 Message-ID: Subject: Re: [PATCH] app/test: fix buffer overflow in table unit tests To: "Medvedkin, Vladimir" Cc: "dev@dpdk.org" , "stable@dpdk.org" , "Dumitrescu, Cristian" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On Tue, Apr 26, 2022 at 4:04 PM Dumitrescu, Cristian wrote: > > > > This patch fixes stack buffer overflow reported by ASAN. > > > > Bugzilla ID: 820 > > Fixes: 5205954791cb ("app/test: packet framework unit tests") > > Cc: stable@dpdk.org > > > > Signed-off-by: Vladimir Medvedkin > Acked-by: Cristian Dumitrescu Applied, thanks Vladimir. -- David Marchand