Summary: | Segfault in ProcRenderComposite | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Michel Dänzer <michel> | ||||||
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> | ||||||
Status: | RESOLVED FIXED | QA Contact: | |||||||
Severity: | normal | ||||||||
Priority: | high | Keywords: | patch | ||||||
Version: | git | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 5041 | ||||||||
Attachments: |
|
Description
Michel Dänzer
2006-05-09 17:22:06 UTC
Created attachment 5572 [details] [review] Fix potentiall NULL pointer dereference Move parens such that all dereferences of pSrc->pDrawable are guarded by the test for it not being NULL. Created attachment 5573 [details] [review] Simpler fix Actually, I think the idea was to compare the pScreens of pMask and pDst instead of pMask and pSrc. looks correct to me. applied to 1.1 branch and head, thanks! |
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.