Re: [dpdk-dev] [PATCH v2 3/5] app/testpmd: fix hex string parser in flow commands

2021-10-11 Thread Ori Kam
Hi Slava, > -Original Message- > From: Slava Ovsiienko > Sent: Monday, October 11, 2021 2:46 AM > Subject: [PATCH v2 3/5] app/testpmd: fix hex string parser in flow commands > > The hexadecimal string parser does not check the target field buffer size, > buffer overflow happens and > mi

[dpdk-dev] [PATCH v2 3/5] app/testpmd: fix hex string parser in flow commands

2021-10-10 Thread Viacheslav Ovsiienko
The hexadecimal string parser does not check the target field buffer size, buffer overflow happens and might cause the application failure (segmentation fault is observed usually). Fixes: 169a9fed1f4c ("app/testpmd: fix hex string parser support for flow API") Cc: sta...@dpdk.org Signed-off-by: V