Revision 9b7abb2...
Go back to digest for 9th June 2013Bug Fixes in KDE Base
Simeon Bird committed changes in [nepomuk-core] libnepomukcore/resource/resource.cpp:
Resource: Null guards for m_data
It is possible, during shutdown, for m_data to be null briefly (see
ResourceManager::cleanupResources). If a property were accessed
during this time, we could crash.
The patch checks whether m_data is null in various functions, and
returns empty items if so.
REVIEW: 110877
File Changes
Modified 1 files
- libnepomukcore/resource/resource.cpp
1 files changed in total