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:
88b62b9
)
iommu/vt-d: Zero out allocated memory in dmar_enable_qi
author
Hannes Reinecke
<hare@suse.de>
Wed, 6 Feb 2013 08:50:10 +0000
(09:50 +0100)
committer
Joerg Roedel
<joro@8bytes.org>
Thu, 7 Feb 2013 21:00:29 +0000
(22:00 +0100)
kmemcheck complained about the use of uninitialized memory.
Fix by using kzalloc instead of kmalloc.
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
No differences found