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

printf: handle empty string, and string of only null #1386

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

dneto0
Copy link
Collaborator

@dneto0 dneto0 commented Jul 19, 2024

Add tests:

  • verify the new case
  • verify we don't mess up pointer-to-zero-char4

Fixed: #1385

Add tests:
- verify the new case
- verify we don't mess up pointer-to-zero-char4

Fixed: google#1385
@dneto0 dneto0 requested a review from rjodinchr July 19, 2024 19:39
@rjodinchr rjodinchr merged commit 2e31931 into google:main Jul 20, 2024
10 of 12 checks passed
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.

handle printf with empty format string and empty argument string.
2 participants