You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per #3948 it would be a good idea to audit other uses of sprintf() (and similar functions) in the code base to ensure they don't have the same problem.
Ideally, we'd switch to a "safer" option such as snprintf().
The text was updated successfully, but these errors were encountered:
As per #3948 it would be a good idea to audit other uses of
sprintf()
(and similar functions) in the code base to ensure they don't have the same problem.Ideally, we'd switch to a "safer" option such as
snprintf()
.The text was updated successfully, but these errors were encountered: