Skip to content

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

Closed
programmer-1101 wants to merge 2 commits intooffscale:masterfrom
programmer-1101:master
Closed

Update VA_COPY macro to use va_copy where va_list may be an array#1
programmer-1101 wants to merge 2 commits intooffscale:masterfrom
programmer-1101:master

Conversation

@programmer-1101
Copy link
Copy Markdown

#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.

@programmer-1101 programmer-1101 closed this by deleting the head repository Apr 25, 2026
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.

1 participant