8000 Fixed a bug in the wrapper helper due to variadic arguments by rajdakin · Pull Request #2455 · ptitSeb/box64 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fixed a bug in the wrapper helper due to variadic arguments #2455

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

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

rajdakin
Copy link
Collaborator

This PR fixes the parsing of headers with code such as:

#define bug(...)
bug(1, 2)

in the wrapper helper. The bug is due to a double-free of all arguments after the implicit __VA_LIST__ argument.

@ptitSeb ptitSeb merged commit 86d9d85 into ptitSeb:main Mar 20, 2025
27 checks passed
@rajdakin rajdakin deleted the wrapperhelper_fix branch April 28, 2025 11:25
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.

2 participants
0