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 387DEA0487 for ; 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 ; Mon, 29 Jul 2019 15:09:30 +0200 (CEST) Received: by mail-vk1-f193.google.com with SMTP id m17so11968333vkl.2 for ; 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 Date: Mon, 29 Jul 2019 15:09:18 +0200 Message-ID: To: Bernard Iremonger Cc: dev , dpdk stable , Thomas Monjalon , "Singh, Jasvinder" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jul 10, 2019 at 11:49 PM Thomas Monjalon 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 > > Applied, thanks We have a segfault in the unit tests since this patch. -- David Marchand