Summary: | omap_drm: fix locking bug on error path | ||||||
---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | vincent | ||||
Component: | libdrm | Assignee: | Rob Clark <robclark> | ||||
Status: | RESOLVED FIXED | QA Contact: | |||||
Severity: | normal | ||||||
Priority: | medium | ||||||
Version: | XOrg git | ||||||
Hardware: | ARM | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
patch is pushed |
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.
Created attachment 68338 [details] Fix for locking bug on error paths omap_drm.c has a couple places where a lock is not released on an error path, but should be.