On Nov 10, 12:08 pm, maverik <maverik.m...@g mail.comwrote:
Sorry but I don't see how you can deduce that, I don't think that
excerpt clarifies whether the "va_arg" calls made inside vfprintf will
have an observable effect in my own function.
And if I don't need to call va_arg, then why's my program segfaulting?
Does anyone spot a bug?
So, no need to call va_arg(), just not to forgive va_end().
Sorry but I don't see how you can deduce that, I don't think that
excerpt clarifies whether the "va_arg" calls made inside vfprintf will
have an observable effect in my own function.
And if I don't need to call va_arg, then why's my program segfaulting?
Does anyone spot a bug?
Comment