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

Bounds check string functions in apps. #3868

Closed
wants to merge 1 commit into from

Conversation

paulidale
Copy link
Contributor

This covers strcat, strcpy and sprintf.

In the x509 app, the code has been cleaned up as well.
Style also: return x instead of return (x)

Two changes (enc.c sprintf and pkcs12.c strcpy) are replacing trivial commits that were recently removed.

This includes strcat, strcpy and sprintf.

In the x509 app, the code has been cleaned up as well.
levitte pushed a commit that referenced this pull request Jul 6, 2017
This includes strcat, strcpy and sprintf.

In the x509 app, the code has been cleaned up as well.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #3868)
@paulidale
Copy link
Contributor Author

Thanks.

@paulidale paulidale closed this Jul 6, 2017
@paulidale paulidale deleted the app-strfunc branch July 6, 2017 02:01
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.

None yet

2 participants