summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorWenwen Wang <wenwen@cs.uga.edu>2019-08-21 06:44:19 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2019-09-03 10:41:25 +0300
commit29b49958cf73b439b17fa29e9a25210809a6c01c (patch)
treee97415da3b81b4d0da46845cb2de41948d0612fa /init
parent8698fab1c69a7265282d6b2ac081122e94d72cf8 (diff)
downloadlinux-29b49958cf73b439b17fa29e9a25210809a6c01c.tar.xz
ACPI / PCI: fix acpi_pci_irq_enable() memory leak
In acpi_pci_irq_enable(), 'entry' is allocated by kzalloc() in acpi_pci_irq_check_entry() (invoked from acpi_pci_irq_lookup()). However, it is not deallocated if acpi_pci_irq_valid() returns false, leading to a memory leak. To fix this issue, free 'entry' before returning 0. Fixes: e237a5518425 ("x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"") Signed-off-by: Wenwen Wang <wenwen@cs.uga.edu> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions