[Webkit-unassigned] [Bug 103168] [WK2] Add null check and early return code before accessing member of m_iconDatabaseImpl if it fails to create IconDatabase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 25 17:36:18 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103168





--- Comment #4 from Changhyup Jwa <ch.jwa at samsung.com>  2012-11-25 17:38:27 PST ---
(From update of attachment 175847)
View in context: https://bugs.webkit.org/attachment.cgi?id=175847&action=review

>> Source/WebKit2/UIProcess/WebIconDatabase.cpp:74
>> +    if (!m_iconDatabaseImpl) {
> 
> How can this be null?

Yes Andreas, you are right. It cannot be null. I'll make another patch immediately.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list