[Webkit-unassigned] [Bug 80465] Integer overflow check code in arithmetic operation in classic interpreter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 11 22:17:15 PDT 2012


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


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #131274|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #6 from Gavin Barraclough <barraclough at apple.com>  2012-03-11 22:17:15 PST ---
(From update of attachment 131274)
Sorry, still not quite there! - we need to check the top 17 bits are all zero - we can ignore the bottom 15 bits.  So the shift count needs to be 15, not 17!

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