Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 3.3.0-beta1
-
None
Description
appoutputpane.cpp:510 has a possible use-after-free when deleting the tab's run control. Tab is a reference, and it is assigned to twice (line 492 and line 505). Those assignments will overwrite the contents instead of re-assigning a new reference to tab.