Re: [dpdk-dev] [dpdk-stable] [PATCH v2 0/3] kvargs fixes

2020-03-27 Thread David Marchand
On Fri, Mar 27, 2020 at 4:16 PM David Marchand wrote: > > On Fri, Mar 27, 2020 at 9:10 AM Olivier Matz wrote: > > > > 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

Re: [dpdk-dev] [dpdk-stable] [PATCH v2 0/3] kvargs fixes

2020-03-27 Thread David Marchand
On Fri, Mar 27, 2020 at 9:10 AM Olivier Matz wrote: > > 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 >