[Issue 23409] ImportC: multiple usages of va_list produces garbage
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun May 14 01:03:37 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23409
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #4 from Walter Bright <bugzilla at digitalmars.com> ---
The problem probably has to do with putting va_start and va_end in a loop. I
think it was written expecting it to be done only once.
--
More information about the Digitalmars-d-bugs
mailing list