DescriptionFix buffer overflow in liveedit.
Make sure that there is always room for RelocInfoWriter::kMaxSize
bytes in the buffer before writing to it. We only ensured space for 8
bytes, but relocation information can be up to 16 bytes in x64.
Committed: http://code.google.com/p/v8/source/detail?r=4683
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|