diff options
author | Pan Bian <bianpan2016@163.com> | 2019-11-05 09:34:07 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-06 03:31:45 +0100 |
commit | 517ce4e93368938b204451285e53014549804868 (patch) | |
tree | 9f008c3686a07c14bb796394768b7add00afa8a3 /Documentation/networking | |
parent | net: prevent load/store tearing on sk->sk_stamp (diff) | |
download | linux-517ce4e93368938b204451285e53014549804868.tar.xz linux-517ce4e93368938b204451285e53014549804868.zip |
NFC: fdp: fix incorrect free object
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>
Diffstat (limited to 'Documentation/networking')
0 files changed, 0 insertions, 0 deletions