| Bug ID | 102552 |
|---|---|
| Summary | Null dereference due to not checking return value of util_format_description |
| Product | Mesa |
| Version | git |
| Hardware | x86-64 (AMD64) |
| OS | All |
| Status | NEW |
| Severity | enhancement |
| Priority | medium |
| Component | Drivers/Gallium/r600 |
| Assignee | dri-devel@lists.freedesktop.org |
| Reporter | pauk.denis@gmail.com |
| QA Contact | dri-devel@lists.freedesktop.org |
In case unsupported format util_format_description return NULL, and dereference will produce segffault.