Summary: | overflow in calculate_miptree_layout_r300 | ||
---|---|---|---|
Product: | Mesa | Reporter: | Alban Browaeys <prahal> |
Component: | Drivers/DRI/R600 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Fix for the levels array overflow
backtrace of the calloc failure in radeon drm due to this previous corruption valgrind output from such an etracer run which shows the overflow |
Description
Alban Browaeys
2010-12-09 14:10:12 UTC
Created attachment 40965 [details]
backtrace of the calloc failure in radeon drm due to this previous corruption
Created attachment 40967 [details]
valgrind output from such an etracer run which shows the overflow
the overflow happens in in radeon_mipmap_tree.c:195 ie calculate_miptree_layout_r300 and has origin radeon_try_alloc_miptree .
This should be fixed in: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd543e1f9506fe41e6e9e78aebbe0bca01df055c User reported the issue as fixed. Can be closed. Thank you |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.