Use sudo_mmap_alloc functions in DSO-based intercept code.
This commit is contained in:
@@ -145,6 +145,7 @@ bool utmp_logout(const char *line, int status);
|
||||
|
||||
/* exec_preload.c */
|
||||
char **sudo_preload_dso(char *const envp[], const char *dso_file, int intercept_fd);
|
||||
char **sudo_preload_dso_mmap(char *const envp[], const char *dso_file, int intercept_fd);
|
||||
|
||||
/* exec_ptrace.c */
|
||||
bool exec_ptrace_stopped(pid_t pid, int status, void *intercept);
|
||||
|
Reference in New Issue
Block a user