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

Fix va_list not necessarily being a pointer #171

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alexeedm
Copy link

See #170. This PR should fix the issue

Copy link
Collaborator

@clementval clementval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@h-murai @mnakao Can we go ahed and merge this? Did you have the same issue on Fugaku?

Comment on lines 1072 to 1073
static void outx_vtagLineno(int l, const char *tag, lineno_info *li,
va_list args)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to define outx_vtagLineno as follows than add outx_vtagLineno_null.

Suggested change
static void outx_vtagLineno(int l, const char *tag, lineno_info *li,
va_list args)
static void outx_vtagLineno(int l, const char *tag, lineno_info *li, ...)

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.

3 participants