summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorEvgeny Novikov <novikov@ispras.ru>2020-07-23 19:04:53 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-08-06 11:32:02 +0200
commit602649eadaa0c977e362e641f51ec306bc1d365d (patch)
tree1795cbae50553aa9722aaf720d0b152204332941 /tools/perf/scripts/python/bin/stackcollapse-report
parent670f7ef5f0fccd5b6dd7da80a0f7ec6b6cf9aafa (diff)
downloadkernel-602649eadaa0c977e362e641f51ec306bc1d365d.tar.gz
media: davinci: vpif_capture: fix potential double free
In case of errors vpif_probe_complete() releases memory for vpif_obj.sd and unregisters the V4L2 device. But then this is done again by vpif_probe() itself. The patch removes the cleaning from vpif_probe_complete(). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Evgeny Novikov <novikov@ispras.ru> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
pan>USB: g_file_storage: use the "unaligned" accessorsAlan Stern 2009-04-23USB: g_file_storage: fix use-after-free bug when closing filesAlan Stern 2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds 2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison 2009-03-16Use f_lock to protect f_flagsJonathan Corbet 2009-02-27USB: g_file_storage: automatically disable stalls under AtmelAlan Stern 2009-01-07USB: gadget: don't wait for completion twiceFelipe Balbi 2009-01-07USB: g_file_storage: add CD-ROM emulationAlan Stern 2009-01-05add a vfs_fsync helperChristoph Hellwig 2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell 2008-10-17usb: gadget: workaround storage command size issuesFelipe Balbi