On Tue, Jul 30, 2019 at 04:40:18PM +0800, Chuhong Yuan wrote: > strncpy(dest, src, strlen(src)) leads to unterminated > dest, which is dangerous. > Fix it by using strscpy. > > Signed-off-by: Chuhong Yuan <[email protected]> > --- > tools/crypto/getstat.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
This file no longer exists in cryptodev. Cheers, -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

