Ignore:
Timestamp:
Apr 14, 2014, 9:31:43 AM (11 years ago)
Author:
[email protected]
Message:

Fixed potential integer truncation.
https://bugs.webkit.org/show_bug.cgi?id=131615

Patch by Alex Christensen <[email protected]> on 2014-04-14
Reviewed by Darin Adler.

  • assembler/X86Assembler.h:

(JSC::X86Assembler::fillNops):
Truncate the size_t to an unsigned after it is limited to 15 instead of before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r167249 r167250  
     12014-04-14  Alex Christensen  <[email protected]>
     2
     3        Fixed potential integer truncation.
     4        https://bugs.webkit.org/show_bug.cgi?id=131615
     5
     6        Reviewed by Darin Adler.
     7
     8        * assembler/X86Assembler.h:
     9        (JSC::X86Assembler::fillNops):
     10        Truncate the size_t to an unsigned after it is limited to 15 instead of before.
     11
    1122014-04-14  Andreas Kling  <[email protected]>
    213
Note: See TracChangeset for help on using the changeset viewer.