Opened 11 years ago

Closed 9 years ago

#9904 closed bug (fixed)

[Screen Savers/spider] SpiderSaver.cpp: Called C++ object pointer is null

Reported by: mt Owned by: korli
Priority: normal Milestone: R1
Component: Add-Ons/Screen Savers Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

In SpiderSaver::_DrawInto(), if fQueues[i] is NULL (fails to allocate in _Init()), calling fQueues[i]->Head() and fQueues[i]->Tail() is invalid. Please see attached report.

Attachments (2)

0019-Fix-called-C-object-pointer-is-null.patch (835 bytes ) - added by mt 11 years ago.
Patch
report-d3b55a.html (60.6 KB ) - added by mt 11 years ago.
Report by Clang Static Analyzer

Download all attachments as: .zip

Change History (5)

comment:1 by mt, 11 years ago

patch: 01

by mt, 11 years ago

Attachment: report-d3b55a.html added

Report by Clang Static Analyzer

comment:2 by korli, 11 years ago

There are a few problems with allocations to solve anyway. What can exactly be done when a failure happen on a parameter change? We have already deallocated things for the previous parameter value (no rollback is possible).

comment:3 by pulkomandy, 9 years ago

Resolution: fixed
Status: newclosed

Applied in hrev48344.

Note: See TracTickets for help on using tickets.