mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-02 09:45:45 +00:00
9b5480352e
Summary: The code that is injected into the tracee processes' VDSO needs to be 8 byte aligned in order to satisfy conditions imposed by the ptrace interface on 64 bit architectures. There have been reproducible reports of that not always being the case: https://github.com/facebookexperimental/hermit/issues/41. Use an explicitly aligned data structure to enforce this. Pull Request resolved: https://github.com/facebookexperimental/reverie/pull/22 Reviewed By: VladimirMakaev Differential Revision: D49195126 Pulled By: jasonwhite fbshipit-source-id: 8e21cd4306ee2bf75ec321b21e40137be5292f9f |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |