Re: [PATCH 1/3] toradex: tdx-cfg-block: use only snprintf

2022-07-06 Thread Tom Rini
On Mon, Jun 13, 2022 at 07:35:21PM +0200, Philippe Schenker wrote: > From: Philippe Schenker > > Prevent memory issues that could appear with sprintf. Replace all > sprintf occurences with snprintf. > > Signed-off-by: Philippe Schenker > Reviewed-by: Francesco Dolcini > Acked-by: Marcel

[PATCH 1/3] toradex: tdx-cfg-block: use only snprintf

2022-06-13 Thread Philippe Schenker
From: Philippe Schenker Prevent memory issues that could appear with sprintf. Replace all sprintf occurences with snprintf. Signed-off-by: Philippe Schenker --- board/toradex/common/tdx-common.c | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git