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 83E88A034C; Thu, 28 Apr 2022 12:53:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E02984281C; 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 3C56042819 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-1WXXQwsGPDS9q12ssuSsEA-1; Thu, 28 Apr 2022 06:53:13 -0400 X-MC-Unique: 1WXXQwsGPDS9q12ssuSsEA-1 Received: by mail-lf1-f69.google.com with SMTP id bq38-20020a056512152600b0047214ad540dso1889788lfb.13 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=USw8TNpEmq/SVMML4X62jfR0RiSqmQ/RW4i29rS4sAmHA/8P0bOftf7enxVYKhTZPy fEWY5f6WyY8ovgGwh3xqKsQ7wNKPYQB2WYY55juCaeOX4wcGovxa+ak2wcKOxGZTfDuN WJvYGgiJ0fnyrLt5rtKLiJC/3ov+WoNEV1qF3D4VszFYV46wRherd45yPC6itvXo0VEe LHS+NPTn6HEkWdAL2P4nQGQnSMTDOniVRrMZEuMCmVkpc0fHziW6qMwo+yksv+d4qsQP +EQZO/+vq70ZF37aDFElxipPZDLdwTvqdOFqyyRnbh8AizQoHyX96fFEmR3kZVMuPO+9 JTvQ== X-Gm-Message-State: AOAM531gU03AU/E2nw/25EIqMbq+T5LI0caGAEbQixt1LzMHlYa0A00b LkbiK2cT9utLT6E4fFxqhIU92MF8mQv4OckoY4Ve530PN5OZV5uyKpWTREGjqYt3N+GXLv+NluT rMlcnCPIljujQFC7aIm0= X-Received: by 2002:a05:6512:1326:b0:45a:3a4:f25a with SMTP id x38-20020a056512132600b0045a03a4f25amr23600715lfu.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: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-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