diff options
| author | Colin Ian King <colin.king@canonical.com> | 2017-06-30 13:08:43 +0300 |
|---|---|---|
| committer | Kalle Valo <kvalo@codeaurora.org> | 2017-07-27 13:58:18 +0300 |
| commit | d0116f6f7b306bc2d1bfc98d7c7c80fe5f468c20 (patch) | |
| tree | 3b6e61f28156cb110ef8b1be486f285009c594eb /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 4b5dde2d6234ff5bc68e97e6901d1f2a0a7f3749 (diff) | |
| download | linux-d0116f6f7b306bc2d1bfc98d7c7c80fe5f468c20.tar.xz | |
rtlwifi: kfree entry until after entry->bssid has been accessed
The current code kfree's entry and then dereferences it by accessing
entry->bssid. Avoid the dereference-after-free by moving the kfree
after the access to entry->bssid.
Detected by CoverityScan, CID#1448600 ("Read from pointer after free")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
