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 A52DDA057C; Fri, 27 Mar 2020 18:12:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D42331C24B; Fri, 27 Mar 2020 18:12:48 +0100 (CET) Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [63.128.21.74]) by dpdk.org (Postfix) with ESMTP id 0397F1C240 for ; Fri, 27 Mar 2020 18:12:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585329166; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lkHtPnkEQ8O6C/z+Gd4UgaW1nDAl25DjYIP5Jw8WnxI=; b=TxEvAjRS4YL5gxTHyWomPlliZttejE0FiPAkK+kSmyYT0KTzD34VrYON0+PuwrXv4rOnrz WmDvf/VIIAJNS1qBu0z2uL42rCmHcKAjyUZP0fVwg9nYzNjTYNnJ43mN81xqGMi5rF3pRp 4nCELAIePEiTYu6lpVoDKozYt559UtE= Received: from mail-ua1-f71.google.com (mail-ua1-f71.google.com [209.85.222.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-482-K896LkTkNDS4UTHo8CJqVQ-1; Fri, 27 Mar 2020 13:12:43 -0400 X-MC-Unique: K896LkTkNDS4UTHo8CJqVQ-1 Received: by mail-ua1-f71.google.com with SMTP id l19so4095003uar.3 for ; Fri, 27 Mar 2020 10:12:43 -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=p2mIo0CsmVUCM4UWed3NoOpE7bXzuWQzz5ppfi8piS0=; b=nL7vEiyn2I0k6q+WghCJGM/GC4DUsjxEbFfA74IPnciOdEJmWs1YcRT8ZOdDukxzca o4MltuKOhpvqU6kUm5Kl9OQiBxqK1dELQwruOl2Y5JjusLY21lT2BYdUNyQIVeyZzeGu JBQF9VOh5GF/pjjWsJdPYD3V1klv1iFP8MDYVvUeOU0bspwDSvtbmJPiYBsMieqjHCnq TLNqOPLSYS+RX/Y65PCM2x2R05SDpoDyUCS2kIHPCQAmShZ7SrGoO4HziONw7qcZ3Rg7 L5/yXcWVG4QEQzeE5EUABrBOriRniAlF3xFMmwr8uDGcGAlHKsl9bteaCb/JuS0G/X6H QUug== X-Gm-Message-State: ANhLgQ3eC8tENpokkKnwhndcvULi94AXm0rBlyaYDKXSEzzTUEy3D70X JdrBaJXM5yiyzZ1x0H1x3kwW+RSDsK4WMHeBMoLhX4kfzzi97vQVpYT/tdAzL99ji/rZiihcGqE MAapF5Bvemo54IBm5l3A= X-Received: by 2002:a1f:1255:: with SMTP id 82mr11708973vks.80.1585329163321; Fri, 27 Mar 2020 10:12:43 -0700 (PDT) X-Google-Smtp-Source: ADFU+vteVmJCe9Z5ulgIrMP9mT6f6eGbhlT1SIIU4Kq2TXKIFHqUXdw8gBAHB4PlF1Xh4L4a7E6MxTVvZhAQsdGQhFM= X-Received: by 2002:a1f:1255:: with SMTP id 82mr11708949vks.80.1585329162960; Fri, 27 Mar 2020 10:12:42 -0700 (PDT) MIME-Version: 1.0 References: <1584592680-14000-1-git-send-email-wangyunjian@huawei.com> <20200327080955.19571-1-olivier.matz@6wind.com> In-Reply-To: From: David Marchand Date: Fri, 27 Mar 2020 18:12:32 +0100 Message-ID: To: Olivier Matz Cc: wangyunjian , dev , "Lilijun (Jerry)" , dpdk stable , xudingke X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2 0/3] kvargs fixes 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 Fri, Mar 27, 2020 at 4:16 PM David Marchand wrote: > > On Fri, Mar 27, 2020 at 9:10 AM Olivier Matz wro= te: > > > > This patchset fixes a buffer overflow in kvargs when parsing an invalid > > string, and fixes the kvargs unit tests. > > > > Olivier Matz (2): > > tests/kvargs: fix to consider empty elements as valid > > tests/kvargs: fix check of invalid cases > > > > Yunjian Wang (1): > > kvargs: fix a heap buffer overflow when parsing list > > For the series, > Reviewed-by: David Marchand Applied, thanks. --=20 David Marchand