On Wed, Jul 10, 2024 at 11:37:35PM +0200, Francois Berder wrote: >buf was used as destination and as parameter to sprintf >which triggers an undefined behaviour. >This commit removes this usage of sprintf and uses strcat >to append strings to buf variable. > >Signed-off-by: Francois Berder <[email protected]>
Reviewed-by: Peng Fan <[email protected]>

