Changeset 147798 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Apr 5, 2013, 2:34:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r147795 r147798 1 2013-04-05 Filip Pizlo <[email protected]> 2 3 If CallFrame::trueCallFrame() knows that it's about to read garbage instead of a valid CodeOrigin/InlineCallFrame, then it should give up and return 0 and all callers should be robust against this 4 https://bugs.webkit.org/show_bug.cgi?id=114062 5 6 Reviewed by Oliver Hunt. 7 8 * bytecode/CodeBlock.h: 9 (JSC::CodeBlock::canGetCodeOrigin): 10 (CodeBlock): 11 * interpreter/CallFrame.cpp: 12 (JSC::CallFrame::trueCallFrame): 13 * interpreter/Interpreter.cpp: 14 (JSC::Interpreter::getStackTrace): 15 1 16 2013-04-05 Geoffrey Garen <[email protected]> 2 17
Note:
See TracChangeset
for help on using the changeset viewer.