aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@arm.com>2016-05-31 12:41:23 +0100
committerWill Deacon <will.deacon@arm.com>2016-06-03 10:16:21 +0100
commit5988a363edb9eb9f31486ceb2cd10e8b45f05dda (patch)
treee8c67f24348f9490a62d24d4125b30a2dae87791 /net/unix/af_unix.c
parentdrivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmu (diff)
downloadwireguard-linux-5988a363edb9eb9f31486ceb2cd10e8b45f05dda.tar.xz
wireguard-linux-5988a363edb9eb9f31486ceb2cd10e8b45f05dda.zip
drivers/perf: arm_pmu: Avoid leaking pmu->irq_affinity on error
pmu->irq_affinity will not be freed if an error occurred within arm_pmu_device_probe after of_pmu_irq_cfg has been called. Note that in the case of_pmu_irq_cfg is returning an error, pmu->irq_affinity will not be set, but it should be NULL as pmu was kzalloc'd. Therefore the result kfree(NULL) is benign. Signed-off-by: Julien Grall <julien.grall@arm.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions