函数逻辑报告 |
Source Code:fs\exec.c |
Create Date:2022-07-29 10:33:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Arguments are '\0' separated strings found at the location bprm->p* points to; chop off the first by relocating brpm->p to right after* the first '\0' encountered.
函数原型:int remove_arg_zero(struct linux_binprm *bprm)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct linux_binprm * | bprm |
1597 | ret等于0 |
1602 | 如果非argc则返回:0 |
1605 | 循环 |
1607 | page等于get_arg_page(bprm, p, 0) |
1608 | 如果非page则 |
1612 | kaddr等于kmap_atomic(page) |
1614 | 以offset小于PAGE_SIZE且kaddr[offset]循环Prevent people trying to call kunmap_atomic() as if it were kunmap()* kunmap_atomic() should get the return value of kmap_atomic, not the page.(kaddr) |
1619 | put_arg_page(page) |
1622 | p自加 |
1623 | argc自减 |
1624 | ret等于0 |
1626 | out : |
1627 | 返回:ret |
名称 | 描述 |
---|---|
load_em86 | |
load_misc_binary | he loader itself |
load_script |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |