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

Fix fopen(filename, "a") misinterpreted as fopen(filename, "w") #362

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

pfusik
Copy link
Contributor

@pfusik pfusik commented Aug 21, 2024

Fix #353

Copy link
Member

@mysterymath mysterymath left a comment

Choose a reason for hiding this comment

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

LGTM; thanks!

mos-platform/common/c/stdio-full.c Outdated Show resolved Hide resolved
@mysterymath mysterymath merged commit 4580c22 into llvm-mos:main Aug 23, 2024
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.

fopen(filename, "a") truncates?
2 participants