[Konsole-devel] Review Request 125366: Fix heap-use-after-free in Part destructor
Albert Astals Cid
aacid at kde.org
Wed Sep 23 21:57:36 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/125366/
-----------------------------------------------------------
Review request for Konsole and Kurt Hindenburg.
Repository: konsole
Description
-------
Tear down the ViewManager on the Part destructor instead of letting Qt destroy the child objects itself.
This way we control the sequence more and make sure we don't end up using memory that was already deleted. Fixes the ASAN detected problem in https://build.kde.org/job/konsole%20Applications-15.08%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/12/testReport/%28root%29/TestSuite/PartTest/
Diffs
-----
src/Part.cpp 63b5664
Diff: https://git.reviewboard.kde.org/r/125366/diff/
Testing
-------
Neither ASAN nor valgrind complain anymore when running PartTest.
Thanks,
Albert Astals Cid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20150923/18c27110/attachment.html>
More information about the konsole-devel
mailing list