Opened 11 years ago
Closed 11 years ago
#9890 closed bug (fixed)
[app_server] RemoteDrawingEngine.cpp: Called C++ object pointer is null
Reported by: | mt | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In RemoteDrawingEngine::_ExtractBitmapRegions(), if variable "bitmaps[i]" fails to allocate, then calling bitmaps[i]->ImportBits() is invalid. Please see attached report.
Attachments (2)
Change History (4)
by , 11 years ago
Attachment: | 0013-Fix-called-C-object-pointer-is-null.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
Note:
See TracTickets
for help on using tickets.
Patch