RE: [v1, 10/10] examples/fips_validation: add extra space in JSON buffer

2023-02-27 Thread Dooley, Brian
Hi Gowrishankar, > -Original Message- > From: Gowrishankar Muthukrishnan > Sent: Monday 6 February 2023 14:46 > To: dev@dpdk.org > Cc: Anoob Joseph ; jer...@marvell.com; Akhil Goyal > ; Dooley, Brian ; Gowrishankar > Muthukrishnan > Subject: [v1, 10/10] examp

[v1, 10/10] examples/fips_validation: add extra space in JSON buffer

2023-02-06 Thread Gowrishankar Muthukrishnan
Current test buffer to copy input data of maximum possible length did not account NULL character, due to which a last input character is always ignored and it causes tests like RSA SIGVER for modulo of 4096 bits to fail. This patch fixes it. Fixes: 0b65d54f3a4 ("examples/fips_validation: fix JSON