Skip to content

Update VA_COPY macro to use va_copy where va_list may be an array#1

Closed
ghost wants to merge 2 commits intomasterfrom
unknown repository
Closed

Update VA_COPY macro to use va_copy where va_list may be an array#1
ghost wants to merge 2 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Apr 25, 2026

#define VA_COPY(dest, src) (dest) = (src) is unsafe beacuse on some systems va_list may not be a simple assignable type making it platform dependent.

@ghost ghost closed this by deleting the head repository Apr 25, 2026
This pull request was closed.
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.

0 participants