Fixes a failure to insert the vsyscall hook by passing the full size of the VDSO to mprotect, as recent kernels refuse to split the region.
Tested on an Ubuntu20 VM where the hook was observed to now succeed with this fix.
Fixes #5085 (closed)
Fixes a failure to insert the vsyscall hook by passing the full size of the VDSO to mprotect, as recent kernels refuse to split the region.
Tested on an Ubuntu20 VM where the hook was observed to now succeed with this fix.
Fixes #5085 (closed)