26/03/2019 11:27, 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
> Acked-by: Yipe
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
Acked-by: Yipeng Wang
---
v3: Rebased.
v2: Addressed review comment
2 matches
Mail list logo