]> git.karo-electronics.de Git - linux-beck.git/commit
PCI: Don't leak memory if sysfs_create_bin_file() fails
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 10 Mar 2016 20:36:28 +0000 (14:36 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 12 Mar 2016 12:00:29 +0000 (06:00 -0600)
commitb562ec8f74e4edb532a53d26f0002d6fb4a6c79b
tree937dc632aa3aff0e824cd6575698ef7418ae47da
parent9d88b93bea5937c0c5c5fc30089d4e6e3c9ca508
PCI: Don't leak memory if sysfs_create_bin_file() fails

If sysfs_create_bin_file() fails, pci_create_attr() leaks the struct
bin_attribute it allocated previously.

Free the struct bin_attribute if pci_create_attr() fails.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci-sysfs.c