Message84605
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. |
|
| Date |
User |
Action |
Args |
| 2009-03-30 18:28:49 | stutzbach | set | recipients:
+ stutzbach, belopolsky, christian.heimes, benjamin.peterson, rolland |
| 2009-03-30 18:28:48 | stutzbach | set | messageid: <[email protected]> |
| 2009-03-30 18:28:47 | stutzbach | link | issue2443 messages |
| 2009-03-30 18:28:47 | stutzbach | create | |
|