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

Safe mprintf #748

Closed
wants to merge 11 commits into from
Closed

Safe mprintf #748

wants to merge 11 commits into from

Conversation

ADiea
Copy link
Contributor

@ADiea ADiea commented Jun 22, 2016

mprintf:
*reduce include overhead
*proper declare symbols with C linkage
*fix crash when size is smaller than arg_size for %d %u
*fix padding for %d and %f
*fix buffer overflow for %d %f
*add vsnprintf equivalent
*add putch equivalent

}
else width = 0;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slaff
Copy link
Contributor

slaff commented Nov 4, 2016

Merged in #791.

@slaff slaff closed this Nov 4, 2016
@ADiea ADiea deleted the safe_mprintf branch January 24, 2017 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants