[PATCH 5/6] pipeline: replace use of rand()

Tyler Retzlaff roretzla at linux.microsoft.com
Fri Mar 1 19:11:19 CET 2024


On Fri, Mar 01, 2024 at 09:57:10AM -0800, Stephen Hemminger wrote:
> The rand() function is weak and using it for salt might be a future
> security issue. Use rte_rand() which has a bigger period and more
> secure.
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---

Reviewed-by: Tyler Retzlaff <roretzla at linux.microsoft.com>



More information about the dev mailing list