WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
127215
FTL mishandles (-2147483648 % 0) | 0
https://bugs.webkit.org/show_bug.cgi?id=127215
Summary
FTL mishandles (-2147483648 % 0) | 0
Filip Pizlo
Reported
2014-01-17 22:14:57 PST
The refactoring that made the ArithDiv and ArithMod share a common path caused this bug. I think it's generally not a good idea to try to refactor such boilerplate paths into sharing code. Every time we do it, we get it wrong.
Attachments
the patch
(2.88 KB, patch)
2014-01-17 22:16 PST
,
Filip Pizlo
sam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2014-01-17 22:16:12 PST
Created
attachment 221536
[details]
the patch
Filip Pizlo
Comment 2
2014-01-17 22:28:14 PST
Landed on branch on
http://trac.webkit.org/changeset/162246
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug