Re: [PATCH] tools: image-host.c: use random instead of rand

2020-11-19 Thread Tom Rini
On Fri, Nov 13, 2020 at 04:37:46PM +0100, Philippe Reynes wrote:

> According to the manpage of rand, it is recommended
> to use random instead of rand. This commit updates
> the function get_random_data to use random.
> 
> Reported-by: Coverity (CID: 312953)
> Signed-off-by: Philippe Reynes 
> Reviewed-by: Simon Glass 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH] tools: image-host.c: use random instead of rand

2020-11-16 Thread Simon Glass
On Fri, 13 Nov 2020 at 08:38, Philippe Reynes
 wrote:
>
> According to the manpage of rand, it is recommended
> to use random instead of rand. This commit updates
> the function get_random_data to use random.
>
> Reported-by: Coverity (CID: 312953)
> Signed-off-by: Philippe Reynes 
> ---
>  tools/image-host.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass