Skip to content

fix: fix fprintf parameter count mismatch#14920

Closed
willowwy wants to merge 1 commit intoApolloAuto:masterfrom
willowwy:master
Closed

fix: fix fprintf parameter count mismatch#14920
willowwy wants to merge 1 commit intoApolloAuto:masterfrom
willowwy:master

Conversation

@willowwy
Copy link
Copy Markdown

@willowwy willowwy commented May 4, 2023

The fprintf call in the function was passing 19 arguments, but the format string only had placeholders for 18 arguments. This could result in undefined behavior or a crash.
This commit fixes the issue by adding a missing placeholder for the 19th argument.

@willowwy willowwy closed this by deleting the head repository May 28, 2025
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.

1 participant