Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit/replace use of sprintf() and friends... #3949

Open
follower opened this issue Nov 7, 2017 · 1 comment
Open

Audit/replace use of sprintf() and friends... #3949

follower opened this issue Nov 7, 2017 · 1 comment

Comments

@follower
Copy link
Contributor

follower commented Nov 7, 2017

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().

@follower
Copy link
Contributor Author

follower commented Nov 7, 2017

See also #3948 (comment) for a suggested refactoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant