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
Checking pipeline status
Showing
with 138 additions and 105 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment