Opened 11 years ago
#9942 new bug
[file_systems/ext2] Inode.cpp: Called C++ object pointer is null
Reported by: | mt | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | File Systems/ext2 | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In Inode::Create(), if 'parent' is NULL, then Calling node.SetFlags(parent->Flags() & EXT2_INODE_INHERITED); (at line 636) is invalid. Please see attached report.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Report by Clang Static Analyzer