[Webkit-unassigned] [Bug 53081] Need to explicitly check non-finite value in input coordinate in Canvas2D::isPointInPath

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 06:18:52 PST 2011


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





--- Comment #1 from Johnny(Jianning) Ding <jnd at chromium.org>  2011-01-25 06:18:52 PST ---
typo, int i = static_cast<float>(d); -> int i = static_cast<int>(NAN);

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