Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace sprintf with snprintf for improved security (#4)
* fix: replace sprintf with snprintf for improved security * chore: suppress spurious clang-tidy errors See https://www.mail-archive.com/[email protected]/msg67492.html for background, but short story is clang-tidy is complaining about snprintf() which isn't actually insecure. --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Michael Brantley <[email protected]>
- Loading branch information