
| Key: |
RVM-678
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Ian Rogers
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
The boot image runner loads the data image with read | write protection and the code image with read | write | exec permissions. On x86 64 this causes a segment violation when jumping into the dynamic linker code as it has been placed in the data image. The quick work around is to mark the data image pages as executable too.
|
|
Description
|
The boot image runner loads the data image with read | write protection and the code image with read | write | exec permissions. On x86 64 this causes a segment violation when jumping into the dynamic linker code as it has been placed in the data image. The quick work around is to mark the data image pages as executable too. |
Show » |
| There are no comments yet on this issue.
|
|