-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
[Skip Issue] Add missing va_end() calls in PC/launcher.c #7690
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
Conversation
willingc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @ZackerySpytz.
This looks good to me. I'll leave this for one of our Windows experts to approve and merge.
|
Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
|
Thanks, @ZackerySpytz! |
|
GH-7732 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 3a6d752) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
|
GH-7733 is a backport of this pull request to the 3.6 branch. |
(cherry picked from commit 3a6d752) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
(cherry picked from commit 3a6d752) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
|
Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6. |
|
GH-7779 is a backport of this pull request to the 3.6 branch. |
(cherry picked from commit 3a6d752) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
(cherry picked from commit 3a6d752) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Every call to
va_start()must be matched with a call tova_end().