Re: [Mesa-dev] [PATCH v3] mesa/util: add missing va_end() after va_copy()

2018-09-05 Thread Eric Engestrom
On Tuesday, 2018-09-04 17:35:03 +0300, asimiklit.w...@gmail.com wrote: > From: Andrii Simiklit > > MSDN: > "va_end must be called on each argument list that's initialized > with va_start or va_copy before the function returns." > > v2: Linux man about vXXXprintf functions: > "These function

[Mesa-dev] [PATCH v3] mesa/util: add missing va_end() after va_copy()

2018-09-04 Thread asimiklit . work
From: Andrii Simiklit MSDN: "va_end must be called on each argument list that's initialized with va_start or va_copy before the function returns." v2: Linux man about vXXXprintf functions: "These functions do not call the va_end macro. Because they invoke the va_arg macro, the value o