[Webkit-unassigned] [Bug 104931] [GTK] Safeguard against possible NULL-dereference

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 06:15:30 PST 2013


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





--- Comment #6 from Martin Robinson <mrobinson at webkit.org>  2013-01-16 06:17:15 PST ---
(From update of attachment 182959)
View in context: https://bugs.webkit.org/attachment.cgi?id=182959&action=review

> Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp:412
> -    if (!parent)
> -        return -1;
> -
>      if (!parent && isRootObject(coreObject)) {
>          AtkObject* atkParent = atkParentOfRootObject(object);
>          if (!atkParent)

Looks good to me, but I'd like Joanie or Mario to do an unofficial review here.

-- 
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