Skip to content

Replace printf with private RawSerial #3

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

Merged
merged 1 commit into from
Oct 6, 2016
Merged

Replace printf with private RawSerial #3

merged 1 commit into from
Oct 6, 2016

Conversation

Patater
Copy link
Contributor

@Patater Patater commented Oct 6, 2016

printf uses a globally modifiable stdio_uart object that can be used
for arbitrary code execution in secure boxes. Replace the use of printf
with a private RawSerial object.

Fixes #2

@AlessandroA @meriac @niklas-arm

printf uses a globally modifiable `stdio_uart` object that can be used
for arbitrary code execution in secure boxes. Replace the use of printf
with a private RawSerial object.

Fixes #2
@meriac meriac merged commit 46d13d5 into ARMmbed:master Oct 6, 2016
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