Re: [Mesa-dev] [PATCH 1/2] tgsi: fix buffer overflow

2016-04-12 Thread Dave Airlie
On 13 April 2016 at 15:23, Thomas H.P. Andersen wrote: > > > On Wed, Apr 13, 2016 at 3:29 AM, wrote: >> >> This series is, >> >> Reviewed-by: Edward O'Callaghan >> > > Thanks Edward. I do not have commit access so I need someone to push it for > me. Hi, thanks for these, I've already pushed t

Re: [Mesa-dev] [PATCH 1/2] tgsi: fix buffer overflow

2016-04-12 Thread Thomas H.P. Andersen
On Wed, Apr 13, 2016 at 3:29 AM, wrote: > This series is, > > Reviewed-by: Edward O'Callaghan > > Thanks Edward. I do not have commit access so I need someone to push it for me. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.fr

Re: [Mesa-dev] [PATCH 1/2] tgsi: fix buffer overflow

2016-04-12 Thread eocallaghan
This series is, Reviewed-by: Edward O'Callaghan On 2016-04-13 11:06, Thomas Hindoe Paaboel Andersen wrote: Increase r to four channels as rgba is written to it --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/

[Mesa-dev] [PATCH 1/2] tgsi: fix buffer overflow

2016-04-12 Thread Thomas Hindoe Paaboel Andersen
Increase r to four channels as rgba is written to it --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index fb51051..41dd0f0 100644 --- a/src/gallium/auxil