Function report |
Source Code:fs\exec.c |
Create Date:2022-07-28 20:03:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:prepare_arg_pages
Proto:static int prepare_arg_pages(struct linux_binprm *bprm, struct user_arg_ptr argv, struct user_arg_ptr envp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct linux_binprm * | bprm | |
struct user_arg_ptr | argv | |
struct user_arg_ptr | envp |
471 | limit = Limit the stack by to some sane default: root can always* increase this limit if needed.. 8MB seems reasonable. / 4 * 3 |
472 | limit = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(limit, rlim_cur / 4) |
477 | limit = max_t - return maximum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(unsignedlong, limit, # bytes of args + environ for exec() ) |
491 | Return 0 |
Name | Describe |
---|---|
__do_execve_file | sys_execve() executes a new program. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |