函数逻辑报告 |
Source Code:security\apparmor\policy_unpack.c |
Create Date:2022-07-27 21:34:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:aa_u16_chunck - test and do bounds checking for a u16 size based chunk*@e: serialized data read head (NOT NULL)*@chunk: start address for chunk of data (NOT NULL)* Returns: the size of chunk found with the read head at the end of the chunk.
函数原型:static size_t unpack_u16_chunk(struct aa_ext *e, char **chunk)
返回类型:size_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct aa_ext * | e | |
char ** | chunk |
224 | size等于0 |
227 | 如果非st if read will be in packed data bounds 则转到:fail |
231 | 如果非st if read will be in packed data bounds 则转到:fail |
235 | 返回:size |
237 | fail : |
239 | 返回:0 |
名称 | 描述 |
---|---|
unpack_nameX | pack_nameX - check is the next element is of type X with a name of @name*@e: serialized data extent information (NOT NULL)*@code: type code*@name: name to match to the serialized element |
unpack_str |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |