Re: [Mesa-dev] [PATCH v4 0/8] mesa: fix usage of [v][s][n]printf functions

2018-09-11 Thread andrey simiklit
Hi all, Could somebody helps me push the remaining patches which were already reviewed: 1. [PATCH v5 5/8] mesa/main: don't use win _vsnprintf. there is 'util_vsnprintf' function https://patchwork.freedesktop.org/patch/247749/ 2. [PATCH v5 6/8] util: use cross platform implementation 'util_vsn

Re: [Mesa-dev] [PATCH v4 0/8] mesa: fix usage of [v][s][n]printf functions

2018-09-07 Thread andrey simiklit
On Fri, Sep 7, 2018 at 12:09 PM Emil Velikov wrote: > On 6 September 2018 at 17:58, Eric Engestrom > wrote: > > On Thursday, 2018-09-06 17:43:50 +0300, asimiklit.w...@gmail.com wrote: > >> From: Andrii Simiklit > >> > >> This patch improve usage of [v][s][n]printf functions. > >> Fixes cross pl

Re: [Mesa-dev] [PATCH v4 0/8] mesa: fix usage of [v][s][n]printf functions

2018-09-07 Thread Emil Velikov
On 6 September 2018 at 17:58, Eric Engestrom wrote: > On Thursday, 2018-09-06 17:43:50 +0300, asimiklit.w...@gmail.com wrote: >> From: Andrii Simiklit >> >> This patch improve usage of [v][s][n]printf functions. >> Fixes cross platform implementation of vsnprintf >> >> v2: Linux man about vXXXpri

Re: [Mesa-dev] [PATCH v4 0/8] mesa: fix usage of [v][s][n]printf functions

2018-09-06 Thread andrey simiklit
On Thu, Sep 6, 2018 at 7:58 PM Eric Engestrom wrote: > On Thursday, 2018-09-06 17:43:50 +0300, asimiklit.w...@gmail.com wrote: > > From: Andrii Simiklit > > > > This patch improve usage of [v][s][n]printf functions. > > Fixes cross platform implementation of vsnprintf > > > > v2: Linux man about

Re: [Mesa-dev] [PATCH v4 0/8] mesa: fix usage of [v][s][n]printf functions

2018-09-06 Thread Andres Gomez
On Thu, 2018-09-06 at 17:58 +0100, Eric Engestrom wrote: > On Thursday, 2018-09-06 17:43:50 +0300, asimiklit.w...@gmail.com wrote: > > From: Andrii Simiklit > > > > This patch improve usage of [v][s][n]printf functions. > > Fixes cross platform implementation of vsnprintf > > > > v2: Linux man a

Re: [Mesa-dev] [PATCH v4 0/8] mesa: fix usage of [v][s][n]printf functions

2018-09-06 Thread Eric Engestrom
On Thursday, 2018-09-06 17:43:50 +0300, asimiklit.w...@gmail.com wrote: > From: Andrii Simiklit > > This patch improve usage of [v][s][n]printf functions. > Fixes cross platform implementation of vsnprintf > > v2: Linux man about vXXXprintf functions: > "These functions do not call the va_en

[Mesa-dev] [PATCH v4 0/8] mesa: fix usage of [v][s][n]printf functions

2018-09-06 Thread asimiklit . work
From: Andrii Simiklit This patch improve usage of [v][s][n]printf functions. Fixes cross platform implementation of vsnprintf v2: Linux man about vXXXprintf functions: "These functions do not call the va_end macro. Because they invoke the va_arg macro, the value of ap is undefined afte