From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] hash: fix array out of bounds in hash library Date: Thu, 16 Jul 2015 16:55:43 +0200 Message-ID: <10805890.JHhNuWyaMp@xps13> References: <1436964043-5729-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 80781CF9 for ; Thu, 16 Jul 2015 16:56:55 +0200 (CEST) Received: by wibud3 with SMTP id ud3so17534218wib.1 for ; Thu, 16 Jul 2015 07:56:55 -0700 (PDT) In-Reply-To: <1436964043-5729-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-07-15 13:40, Pablo de Lara: > When encountering a loop while adding a new entry, > element out of bounds of array was being unnecessarily resetted. > > Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") > > Signed-off-by: Pablo de Lara Applied, thanks