Ignore:
Timestamp:
Jun 9, 2011, 5:42:40 AM (14 years ago)
Author:
[email protected]
Message:

2011-06-08 Mikołaj Małecki <[email protected]>

Reviewed by Pavel Feldman.

Web Inspector: Crash by buffer overrun crash when serializing inspector object tree.
https://bugs.webkit.org/show_bug.cgi?id=52791

No new tests. The problem can be reproduced by trying to create InspectorValue
from 1.0e-100 and call ->toJSONString() on this.

  • JavaScriptCore.exp:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: export 2 functions DecimalNumber::bufferLengthForStringExponential and DecimalNumber::toStringExponential.

2011-06-08 Mikołaj Małecki <[email protected]>

Reviewed by Pavel Feldman.

Web Inspector: Crash by buffer overrun crash when serializing inspector object tree.
https://bugs.webkit.org/show_bug.cgi?id=52791

No new tests. The problem can be reproduced by trying to create InspectorValue
from 1.0e-100 and call ->toJSONString() on this.

  • JavaScriptCore.exp:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: export 2 functions DecimalNumber::bufferLengthForStringExponential and DecimalNumber::toStringExponential.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/JavaScriptCore.exp

    r88379 r88444  
    573573__ZNK3WTF12AtomicString5lowerEv
    574574__ZNK3WTF13DecimalNumber15toStringDecimalEPtj
     575__ZNK3WTF13DecimalNumber19toStringExponentialEPtj
    575576__ZNK3WTF13DecimalNumber28bufferLengthForStringDecimalEv
     577__ZNK3WTF13DecimalNumber32bufferLengthForStringExponentialEv
    576578__ZNK3WTF6String11toIntStrictEPbi
    577579__ZNK3WTF6String12toUIntStrictEPbi
Note: See TracChangeset for help on using the changeset viewer.