You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kernel: Fix compatibility with old and 32bit programs
In v0.9.3 and v0.9.4, we replaced `vfs_statx` and `do_execveat_common`
with syscall hooks. But we missed `fstatat64` and `compat_execve` and
break compatibility with old and 32bit programs.
In NetHunter Terminal compat_execve is directly called, but `fstatat64`
is called before it in JuiceSSH bash-4.2. So add these two hooks back to
fix them.
Rissu's note: "I still thinking about this comment tiann/KernelSU#2084 (comment), i'll drop it if this changed."
Co-authored-by: hamjin <[email protected]>
Signed-off-by: Rissu <[email protected]>
0 commit comments