Skip to content
Snippets Groups Projects
Commit 982c4b76 authored by Administrator's avatar Administrator
Browse files

Remove usage of sprintf

The function sprintf is marked deprecated with the latest Clang version.
Move from sprintf to snprintf. Define and use buffer size.
Check the return value in a function where this is important.
parent 31c9dba8
No related branches found
No related tags found
Loading
Pipeline #21660 passed