[Webkit-unassigned] [Bug 186765] New: [Armv7] Linkbuffer: executableOffsetFor() fails for location 2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 18 07:39:36 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186765
Bug ID: 186765
Summary: [Armv7] Linkbuffer: executableOffsetFor() fails for
location 2
Product: WebKit
Version: WebKit Nightly Build
Hardware: Other
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: guijemont at igalia.com
On THUMB2, instructions can be 2 bytes long, and therefore are not guaranteed to be 4-aligned. This is the case for jump origins and targets, which means that the parameter of executableOffsetFor() can be the value 2, in which case executableOffsetFor() returns a value taken from before the start of the buffer. Since r231961, we see in unit tests cases where executableOffsetFor() is passed 2 as a parameter, which leads to the wrong offset being used and eventually a segfault as we generate a jump to an unpredictable address.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180618/835fc08d/attachment.html>
More information about the webkit-unassigned
mailing list