git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b705120
)
drm/i915: Prevent uninitialised reads during error state capture
author
Chris Wilson
<chris@chris-wilson.co.uk>
Mon, 24 Jan 2011 12:34:00 +0000
(12:34 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Mon, 24 Jan 2011 18:28:29 +0000
(18:28 +0000)
error_bo and pinned_bo could be used uninitialised if there were no
active buffers.
Caught by kmemcheck.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
No differences found