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

[Skip Issue] Add missing va_end() calls in PC/launcher.c #7690

Merged
merged 1 commit into from Jun 15, 2018

Conversation

ZackerySpytz
Copy link
Contributor

@ZackerySpytz ZackerySpytz commented Jun 14, 2018

Every call to va_start() must be matched with a call to va_end().

Copy link
Sponsor Contributor

@willingc willingc left a comment

Thanks for the PR @ZackerySpytz.

This looks good to me. I'll leave this for one of our Windows experts to approve and merge.

@miss-islington
Copy link
Contributor

miss-islington commented Jun 15, 2018

Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒🤖

@zooba
Copy link
Member

zooba commented Jun 15, 2018

Thanks, @ZackerySpytz!

@bedevere-bot
Copy link

bedevere-bot commented Jun 15, 2018

GH-7732 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 15, 2018
(cherry picked from commit 3a6d752)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@bedevere-bot
Copy link

bedevere-bot commented Jun 15, 2018

GH-7733 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 15, 2018
(cherry picked from commit 3a6d752)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
miss-islington added a commit that referenced this pull request Jun 15, 2018
(cherry picked from commit 3a6d752)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@miss-islington
Copy link
Contributor

miss-islington commented Jun 18, 2018

Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented Jun 18, 2018

GH-7779 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 18, 2018
(cherry picked from commit 3a6d752)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
miss-islington added a commit that referenced this pull request Jun 18, 2018
(cherry picked from commit 3a6d752)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@ZackerySpytz ZackerySpytz deleted the missing-va_end-calls branch Jun 20, 2018
yahya-abou-imran pushed a commit to yahya-abou-imran/cpython that referenced this pull request Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants