summaryrefslogtreecommitdiff
path: root/block/cfq-iosched.c
diff options
context:
space:
mode:
authorPan Bian <bianpan2016@163.com>2019-11-05 16:34:07 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-12 19:13:15 +0100
commita5f9f1aca5d55a986e3faf648c7067d9ae24574f (patch)
tree2ac98342ff148e368c82c38c7ae7d18fff33e193 /block/cfq-iosched.c
parent817e5140ed12cfb67f8d33de75dccce03895230d (diff)
NFC: fdp: fix incorrect free object
[ Upstream commit 517ce4e93368938b204451285e53014549804868 ] The address of fw_vsc_cfg is on stack. Releasing it with devm_kfree() is incorrect, which may result in a system crash or other security impacts. The expected object to free is *fw_vsc_cfg. Signed-off-by: Pan Bian <bianpan2016@163.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'block/cfq-iosched.c')
0 files changed, 0 insertions, 0 deletions