diff options
author | Colin Ian King <[email protected]> | 2021-05-12 21:30:51 +0100 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2021-05-13 16:00:54 +0200 |
commit | 0ff9bf9f3e0ce212aabea84365575466039e8c46 (patch) | |
tree | da3997f970ac109983f5143339442d76b27e3e68 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 858aa5a4be22368f8d0e8ace7dc0b5ffb62bbdbc (diff) |
drm: simpledrm: Fix use after free issues
There are two occurrances where objects are being free'd via
a put call and yet they are being referenced after this. Fix these
by adding in the missing continue statement so that the put on the
end of the loop is skipped over.
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Thomas Zimmermann <[email protected]>
Addresses-Coverity: ("Use after free")
Fixes: 11e8f5fd223b ("drm: Add simpledrm driver")
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions