Opened 11 years ago
Closed 11 years ago
#9879 closed bug (fixed)
[file_systems/udf] Icb.cpp: Called C++ object pointer is null
Reported by: | mt | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | File Systems/UDF | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In Icb::Icb(), if variable "volume" is NULL, calling fVolume->MapBlock() is invalid, since fVolume was initialized to volume. Please see attached report.
Attachments (3)
Change History (7)
by , 11 years ago
Attachment: | 0009-Fix-called-C-object-pointer-is-null.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
comment:2 by , 11 years ago
No TRACE() is needed at this place. The caller is responsible for checking the init status and logging if needed.
Note:
See TracTickets
for help on using tickets.
Patch