[Webkit-unassigned] [Bug 14128] Webkit crashes in HIWebView.m Line 772 when moving window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 21:07:38 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14128


bdash at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Blocker                     |Major
          Component|New Bugs                    |WebKit Misc.
           Keywords|                            |NeedsRadar, Regression
           Priority|P2                          |P1




------- Comment #5 from bdash at webkit.org  2007-06-13 21:07 PDT -------
The code in question fails to check the return value of the call
HIViewGetViewForMouseEvent, which leads to NULL being passed on to another API.
 The fact HIViewGetViewForMouseEvent is returning an error indicates that the
arguments it is being passed are in some way incorrect as the conditions in
which it will fail are very limited.


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



More information about the webkit-unassigned mailing list