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
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