Type mismatch: va_list and char*
Bug #640051 reported by
Jakub Wilk
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cuneiform for Linux |
Fix Released
|
Undecided
|
Unassigned | ||
cuneiform (Debian) |
Fix Released
|
Unknown
|
Bug Description
In several functions of Kern/hdebug/__snp.c (in LDPUMA_ConsoleN, LDPUMA_StatusLine, LDPUMA_
[0] E.g. ARM with GNU EABI: https:/
Changed in cuneiform-linux: | |
status: | New → Fix Committed |
Changed in cuneiform (Debian): | |
status: | Unknown → Confirmed |
Changed in cuneiform-linux: | |
status: | Fix Committed → Fix Released |
Changed in cuneiform (Debian): | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
My reading of the source seems to indicate that this variable number of arguments function is called and it calls another variable number of arguments function. Without knowing how many arguments it got. Is this even possible to do portably?
Another thing is that as far as I know, none of these functions is ever called. So commenting the contents out with #ifdef WIN32 or something seems quite reasonable.