Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
AX:Null pointer may be dereferenced.
https://bugs.webkit.org/show_bug.cgi?id=120300 Patch by Lukasz Gajowy <l.gajowy@samsung.com> on 2013-08-28 Reviewed by Chris Fleizach. Added a check if newObj is not null and an assert in order to avoid dereferecing null pointer. * accessibility/AXObjectCache.cpp: (WebCore::AXObjectCache::getOrCreate): Canonical link: https://commits.webkit.org/138407@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@154767 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information