diff options
author | Pan Bian <bianpan2016@163.com> | 2019-04-19 10:39:00 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-04-24 19:33:37 +0300 |
commit | bce1a78423961fce676ac65540a31b6ffd179e6d (patch) | |
tree | 8201f766f8de098ddcc1aa48c338b7e9a4cffae9 /drivers/input/keyboard | |
parent | f06eba72274788db6a43012a05a99915c0283aef (diff) | |
download | linux-bce1a78423961fce676ac65540a31b6ffd179e6d.tar.xz |
Input: synaptics-rmi4 - fix possible double free
The RMI4 function structure has been released in rmi_register_function
if error occurs. However, it will be released again in the function
rmi_create_function, which may result in a double-free bug.
Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard')
0 files changed, 0 insertions, 0 deletions