[Webkit-unassigned] [Bug 135049] Division by zero in fast-dtoa.cc.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 21 11:08:14 PDT 2014


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





--- Comment #6 from peavo at outlook.com  2014-07-21 11:08:26 PST ---
(In reply to comment #5)

Thanks for reviewing :)

> (From update of attachment 235127 [details])
> First, I agree with Darin: this must have a test.
> 
> But even with the test, I do not believe this would be the right fix. If divisor is zero, that likely means the input is invalid. If that happen, we should handle that earlier in the stack (or maybe an early return in DigitGen()). I don't think you can just ignore this loop.

Sounds good, I will try get some more details on the crash, but "unfortunately" I haven't seen the crash the last couple of days ...

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