aboutsummaryrefslogtreecommitdiff
path: root/block/partitions/sysv68.h
diff options
context:
space:
mode:
authorDavid Matlack <dmatlack@google.com>2014-05-05 21:02:32 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-23 20:08:33 +0900
commita286e34de0568903e93d54beb1c62ce19f1b5031 (patch)
tree79e710dc853bde8b4e36bb5898e7e877e091c10b /block/partitions/sysv68.h
parent65bc0aaa9c2aa691e313a92250463008fb63266d (diff)
staging: slicoss: fix multiple free-after-free in slic_entry_remove
This patch fixes two free-after-free bugs in slic_entry_remove. Specifically, slic_unmap_mmio_space() iounmaps adapter->slic_regs, which is the same region of memory as dev->base_addr (iounmap-ed a few lines later). Next, both release_mem_region() and pci_release_regions() are called on the same pci_dev struct. Signed-off-by: David Matlack <dmatlack@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'block/partitions/sysv68.h')
0 files changed, 0 insertions, 0 deletions