commit | 76caaedd7e6b5c9e1c3b4c951d5820df9f419228 | [log] [tgz] |
---|---|---|
author | Matt Turner <mattst88@gmail.com> | Tue Jul 08 16:50:28 2014 -0700 |
committer | Matt Turner <mattst88@gmail.com> | Tue Jul 15 10:12:29 2014 -0700 |
tree | 4fa2de0b4f378413abdb6230f0fe20d67ce70d5c | |
parent | 0d711e719e7c5b5a4a34521af97d84f3fb628efd [diff] |
i965: Initialize new chunks of realloc'd memory. Otherwise we'd compare uninitialized pointers with NULL and dereference, leading to crashes. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>