Re: [Mesa-dev] [PATCH 09/13] mesa: Add missing null checks into prog_hash_table.c

2014-03-12 Thread Matt Turner
On Wed, Mar 12, 2014 at 2:11 PM, Juha-Pekka Heikkila wrote: > Check calloc return values in hash_table_insert() and > hash_table_replace() > > Signed-off-by: Juha-Pekka Heikkila > --- > src/mesa/program/prog_hash_table.c | 23 +-- > 1 file changed, 17 insertions(+), 6 deletio

[Mesa-dev] [PATCH 09/13] mesa: Add missing null checks into prog_hash_table.c

2014-03-12 Thread Juha-Pekka Heikkila
Check calloc return values in hash_table_insert() and hash_table_replace() Signed-off-by: Juha-Pekka Heikkila --- src/mesa/program/prog_hash_table.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/mesa/program/prog_hash_table.c b/src/mesa/program