[issue2443] uninitialized access to va_list
Daniel Stutzbach
report at bugs.python.org
Mon Mar 30 20:28:48 CEST 2009
Daniel Stutzbach <daniel at stutzbachenterprises.com> added the comment:
Rolland,
The va_list is initialized by the function that calls objargs_mktuple.
va_start() and va_end() need to be called in the function that takes
"..." as a parameter, and it is.
Not a bug, but +1 on Alexander's patch to consolidate all the #ifdef's
for cleanliness.
----------
nosy: +stutzbach
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2443>
_______________________________________
More information about the Python-bugs-list
mailing list