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

Avoid garbage on stdout for first print #93

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

Indanz
Copy link
Contributor

@Indanz Indanz commented Nov 19, 2024

Caused by recursive stdio function calling.

Just use seL4_DebugPutString() directly to avoid any problems.

Caused by recursive stdio function calling.

Just use seL4_DebugPutString() directly to avoid any problems.

Signed-off-by: Indan Zupancic <indan@nul.nu>
@axel-h
Copy link
Member

axel-h commented Nov 19, 2024

Cool, thanks fix fixing this annoying thing finally.

@Indanz Indanz merged commit d3d24dd into seL4:master Nov 19, 2024
17 checks passed
@Indanz Indanz deleted the norecursion branch November 19, 2024 19:14
@Indanz
Copy link
Contributor Author

Indanz commented Nov 19, 2024

I'm pretty sure the other code there is wrong too, I think it meant to also check the return value of platsupport_serial_setup_bootinfo_failsafe in the #else case, but forgot to do that.

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