From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 387DEA0487 for <public@inbox.dpdk.org>; Mon, 29 Jul 2019 15:09:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EA9BF1BF88; Mon, 29 Jul 2019 15:09:32 +0200 (CEST) Received: from mail-vk1-f193.google.com (mail-vk1-f193.google.com [209.85.221.193]) by dpdk.org (Postfix) with ESMTP id D90EE1BF77 for <dev@dpdk.org>; Mon, 29 Jul 2019 15:09:30 +0200 (CEST) Received: by mail-vk1-f193.google.com with SMTP id m17so11968333vkl.2 for <dev@dpdk.org>; Mon, 29 Jul 2019 06:09:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Qk/p20t29BLdprgsbt0YmY4G5jxe2jap0Qk8je/Sv60=; b=IdZ2A8o0aajtO6b0EfUY5xp/t1iX2lAMBC3Hbggcoxxoy9g6WnqHS45QlzMO8Op7ML pbJr2VJxQhUAkurD0JqMBN3lqVnIgSChHfw2RQoWc7J53jt60UJkW1a/DUsfHryvYjzp 7bQgCzFN479kGJBxTRAXawgAMdAJ1ZoiNgJlGhdBQGrkIY0qKG3iedf+AZhSHJC9oGwu y2VhTY9yq4463idPqHEM7cE5Dq6sCOC7JAmytFdDglam96K3OkWGI0w3HpGbexpryXwT oooNdacjYI8CRa7mqQE0L1Cy46rayHyUgHJepiQ6Yc0p+crVwhqyV0BeUmdkjctfhShV 8GXA== X-Gm-Message-State: APjAAAVPFv7JkynoTIJ2fMjC1Loyui6pGDHPXtPi7/5CR1A9nisYlfuN 5RBG1bwwd7WbxBbHMaTsniNDxo3wRq4gswM1tSmWbA== X-Google-Smtp-Source: APXvYqz+12qbvU6xa/ndJUvuMb2q5m3RTyE1+s8tIpiKk4LfktonFd7FKO1l2+CjjsUZVu4zMVzr4J8Kzy0u/DevC+g= X-Received: by 2002:a1f:50c1:: with SMTP id e184mr41020792vkb.86.1564405770100; Mon, 29 Jul 2019 06:09:30 -0700 (PDT) MIME-Version: 1.0 References: <1562670596-27129-1-git-send-email-bernard.iremonger@intel.com> <10372251.KTS5ePcUbj@xps> In-Reply-To: <10372251.KTS5ePcUbj@xps> From: David Marchand <david.marchand@redhat.com> Date: Mon, 29 Jul 2019 15:09:18 +0200 Message-ID: <CAJFAV8zvor_rp_XORKGsQSjyifpvsW1ESfeX24cYb7_X5+F29Q@mail.gmail.com> To: Bernard Iremonger <bernard.iremonger@intel.com> Cc: dev <dev@dpdk.org>, dpdk stable <stable@dpdk.org>, Thomas Monjalon <thomas@monjalon.net>, "Singh, Jasvinder" <jasvinder.singh@intel.com> Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] librte_flow_classify: fix out-of-bounds access X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> On Wed, Jul 10, 2019 at 11:49 PM Thomas Monjalon <thomas@monjalon.net> wrote: > > 09/07/2019 13:09, Bernard Iremonger: > > This patch fixes the out-of-bounds coverity issue by removing the > > offending line of code at line 107 in rte_flow_classify_parse.c > > which is never executed. > > > > Coverity issue: 343454 > > > > Fixes: be41ac2a330f ("flow_classify: introduce flow classify library") > > Cc: stable@dpdk.org > > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> > > Applied, thanks We have a segfault in the unit tests since this patch. -- David Marchand