]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/vt-d: Fix memory leak in dmar_insert_one_dev_info()
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 18 Sep 2015 10:57:07 +0000 (16:27 +0530)
committerJoerg Roedel <jroedel@suse.de>
Tue, 29 Sep 2015 13:45:50 +0000 (15:45 +0200)
commite823857d4b06d9df430e098d8c248231470b96ae
treed44adb6a79189602090023b95c6d2707bb356d85
parent10081a8d386e8d27bd6237c502ee0d88f0b2db40
iommu/vt-d: Fix memory leak in dmar_insert_one_dev_info()

We are returning NULL if we are not able to attach the iommu
to the domain but while returning we missed freeing info.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel-iommu.c