Re: [Mesa-dev] [PATCH mesa 1/2] etnaviv: avoid null dereference in failure path

2017-02-10 Thread Nicolai Hähnle
On 10.02.2017 11:39, Emil Velikov wrote: On 10 February 2017 at 09:26, Nicolai Hähnle wrote: On 09.02.2017 01:11, Eric Engestrom wrote: CID: 1400129 This looks like some internal tracking number; please remove it. JFYI: Any mesa developer can get access to the scan results and thus the C

Re: [Mesa-dev] [PATCH mesa 1/2] etnaviv: avoid null dereference in failure path

2017-02-10 Thread Emil Velikov
On 10 February 2017 at 09:26, Nicolai Hähnle wrote: > On 09.02.2017 01:11, Eric Engestrom wrote: >> >> CID: 1400129 > > > This looks like some internal tracking number; please remove it. > JFYI: Any mesa developer can get access to the scan results and thus the CoverityID. Signup (or sign-in with

Re: [Mesa-dev] [PATCH mesa 1/2] etnaviv: avoid null dereference in failure path

2017-02-10 Thread Nicolai Hähnle
On 09.02.2017 01:11, Eric Engestrom wrote: CID: 1400129 This looks like some internal tracking number; please remove it. Thanks, Nicolai Signed-off-by: Eric Engestrom --- src/gallium/drivers/etnaviv/etnaviv_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g

Re: [Mesa-dev] [PATCH mesa 1/2] etnaviv: avoid null dereference in failure path

2017-02-08 Thread Christian Gmeiner
Hi Eric 2017-02-09 1:11 GMT+01:00 Eric Engestrom : > CID: 1400129 > Signed-off-by: Eric Engestrom > --- > src/gallium/drivers/etnaviv/etnaviv_context.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/etnaviv/etnaviv_context.c > b/src/gallium/drivers/

[Mesa-dev] [PATCH mesa 1/2] etnaviv: avoid null dereference in failure path

2017-02-08 Thread Eric Engestrom
CID: 1400129 Signed-off-by: Eric Engestrom --- src/gallium/drivers/etnaviv/etnaviv_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/etnaviv/etnaviv_context.c b/src/gallium/drivers/etnaviv/etnaviv_context.c index d767cd1f38..f5fa5c53ae 100644 --- a