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

qtcollider: avoid un-safe printf by using qWarning() instead #1325

Merged

Conversation

timblechmann
Copy link
Contributor

the current code is potentially prone to format string injection attacks, and there is a good reason why compilers warn about it!

muellmusik added a commit that referenced this pull request Feb 24, 2015
qtcollider: avoid un-safe printf by using qWarning() instead
@muellmusik muellmusik merged commit 726933d into supercollider:master Feb 24, 2015
@timblechmann timblechmann deleted the topic/qtcollider-fix-printf branch July 26, 2015 11:54
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

Successfully merging this pull request may close these issues.

2 participants