函数逻辑报告 |
Source Code:fs\exec.c |
Create Date:2022-07-29 10:33:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:prepare_arg_pages
函数原型:static int prepare_arg_pages(struct linux_binprm *bprm, struct user_arg_ptr argv, struct user_arg_ptr envp)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
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 |
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 | 返回:0 |
名称 | 描述 |
---|---|
__do_execve_file | sys_execve() executes a new program. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |