-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure that VDSO patch code is properly aligned
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: facebookexperimental/hermit#41. Use an explicitly aligned data structure to enforce this. Signed-off-by: Bjoern Doebel <[email protected]>
- Loading branch information
Bjoern Doebel
committed
Sep 8, 2023
1 parent
e3c9782
commit 02096a3
Showing
1 changed file
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters