diff options
author | 2019-08-20 22:44:19 -0500 | |
---|---|---|
committer | 2019-09-03 09:41:25 +0200 | |
commit | 29b49958cf73b439b17fa29e9a25210809a6c01c (patch) | |
tree | e97415da3b81b4d0da46845cb2de41948d0612fa /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ACPI/PCI: Remove surplus parentheses from a return statement (diff) | |
download | linux-dev-29b49958cf73b439b17fa29e9a25210809a6c01c.tar.xz linux-dev-29b49958cf73b439b17fa29e9a25210809a6c01c.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions