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
[Skip Issue] Add missing va_end() calls in PC/launcher.c #7690
Conversation
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 |
|
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 |
|
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().