mirror of
https://github.com/ish-app/ish.git
synced 2026-02-01 14:32:26 +00:00
Pad out the vdso to avoid segfaults
This commit is contained in:
parent
acc0155bd7
commit
a9cdcd38eb
@ -5,7 +5,8 @@
|
||||
__asm__(".data\n"
|
||||
".global vdso_data\n"
|
||||
"vdso_data:\n"
|
||||
".incbin \"vdso/libvdso.so.elf\"");
|
||||
".incbin \"vdso/libvdso.so.elf\"\n"
|
||||
".skip 8192 - (. - vdso_data)\n");
|
||||
|
||||
int vdso_symbol(const char *name) {
|
||||
struct elf_header *header = (void *) vdso_data;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user