On Tue 02/06/2026 16:10, Christian Weisgerber wrote:
> Christian Weisgerber:
> 
> > You may notice that the other functions that allocate a variable
> > va_list args and take its address compile just fine.  Apparently a
> > va_list parameter isn't exactly the same thing as a va_list variable,
> > but it must be possible to va_copy() a parameter to a variable, so
> > I propose the diff below.
> 
> Or we can just do what the trio upstream did ...
> https://sourceforge.net/p/ctrio/git/ci/acc21f6fea12d32d2f5790b05e8aa000423106a2/
> ... and drop this questionable passing of a pointer to a va_list in
> favor of a plain va_list:

makes sense.

OK bket@

Reply via email to