Wrapper: Replace `sprintf` calls
Opened this issue · 0 comments
weefuzzy commented
We get warnings about sprintf
not being safe, which is true. We should replace calls with type- and count-safe replacement from fmt
.
Opened this issue · 0 comments
We get warnings about sprintf
not being safe, which is true. We should replace calls with type- and count-safe replacement from fmt
.