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 C8935A0487 for ; Mon, 29 Jul 2019 15:09:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C00AF1BF6C; Mon, 29 Jul 2019 15:09:32 +0200 (CEST) Received: from mail-vk1-f194.google.com (mail-vk1-f194.google.com [209.85.221.194]) by dpdk.org (Postfix) with ESMTP id D726B1BF6C for ; Mon, 29 Jul 2019 15:09:30 +0200 (CEST) Received: by mail-vk1-f194.google.com with SMTP id b69so11964289vkb.3 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=QyKumxzqjnExUOqnDQ4au71SxFZsnSH6B5Gs/zLmKMYRV5fglw7TMPHhD65Bo2aEed 6UbWCXXAyHEMDx3UTbSSL5aSe9AdRbTevtX8GRDs938gcRqLLtj27nkp3Xyim1BMFUK8 YZLgTdATfWsLCDtwjBqkkgBxM51FwrCOrESTKWktNPllOwz5SjVglPSPbKJkCMYgILpG GOHFD80HYRWD72zvSS05D11KmhIc/wSUmBLt4hZruKRnWDiQogrxL2axv+P58KfCkFx0 dEb90SIsXNIPR+WWxfNvV2d7yw4Ygh8EWJFeGlG8RncXILn9pKoaAdr190n1JMxUV1vi b8Zw== X-Gm-Message-State: APjAAAVecNq70xpEN/Bvh1In4g2fJsyyoEKrIyuQpfeQx9yy06v45O38 HW5gSsO/y7VEZLkNg0H6imsIbNpDZk+j+kPeqe5Sow== 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-stable] [dpdk-dev] [PATCH] librte_flow_classify: fix out-of-bounds access X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "stable" 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