Actions
Bug #1559
closedUse-after-free in BlogiqueWidget
Start date:
02/26/2014
Due date:
03/10/2014
% Done:
100%
Estimated time:
1:00 h
Reported in:
master
Description
dummy
object can be used after it's deleted around blogiquewidget.cpp:310
.
The codepath is unlikely, so this one goes under Low priority.
Expected result:
Don't use objects after they are deleted.
Actual result:
The object is used after it's deleted.
STR:
Run clang static analyzer over the source.
System information:
LeechCraft 0.6.60-704-g960f9a0
Built with Qt 4.8.4, running with Qt 4.8.4
Running on: Gentoo/Linux x86_64 3.8.8-gentoo #9 SMP Tue Apr 23 20:11:51 MSK 2013
Updated by 0xd34df00d over 10 years ago
- Status changed from New to Assigned
- Target version set to 0.6.65
Updated by Magog over 10 years ago
- Due date set to 03/10/2014
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
- Estimated time set to 1:00 h
Actions