Re: [dpdk-dev] [PATCH v2] hash: fix sprintf with snprintf

2019-03-25 Thread Wang, Yipeng1
Sorry for the late reply, but I noticed the test folder is recently moved under app so you may need a rebase. Please keep my ack after rebase: Acked-by: Yipeng Wang >-Original Message- >From: Poornima, PallantlaX >Sent: Monday, March 25, 2019 7:43 AM >To: dev@dpdk.org >Cc: Pattan, Resh

[dpdk-dev] [PATCH v2] hash: fix sprintf with snprintf

2019-02-14 Thread Pallantla Poornima
sprintf function is not secure as it doesn't check the length of string. More secure function snprintf is used. Fixes: 473d1bebce ("hash: allow to store data in hash table") Cc: sta...@dpdk.org Signed-off-by: Pallantla Poornima --- v2: Addressed review comment to correct the format specifier of