Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel: Fix compatibility with old and 32bit programs #2084

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. 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.
    
    Signed-off-by: hamjin <[email protected]>
    hamjin committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    00c6480 View commit details
    Browse the repository at this point in the history