diff options
author | 2019-08-21 10:49:52 +0300 | |
---|---|---|
committer | 2019-08-28 22:29:01 +0200 | |
commit | 961b6ffe0e2c403b09a8efe4a2e986b3c415391a (patch) | |
tree | b268ce2617009ffda9aa815a175c0cfe5d6023e4 /scripts/gdb/linux/utils.py | |
parent | Merge tag 'fpga-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-linus (diff) | |
download | wireguard-linux-961b6ffe0e2c403b09a8efe4a2e986b3c415391a.tar.xz wireguard-linux-961b6ffe0e2c403b09a8efe4a2e986b3c415391a.zip |
stm class: Fix a double free of stm_source_device
In the error path of stm_source_register_device(), the kfree is
unnecessary, as the put_device() before it ends up calling
stm_source_device_release() to free stm_source_device, leading to
a double free at the outer kfree() call. Remove it.
Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Fixes: 7bd1d4093c2fa ("stm class: Introduce an abstraction for System Trace Module devices")
Link: https://lore.kernel.org/linux-arm-kernel/1563354988-23826-1-git-send-email-dingxiang@cmss.chinamobile.com/
Cc: stable@vger.kernel.org # v4.4+
Link: https://lore.kernel.org/r/20190821074955.3925-2-alexander.shishkin@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions