函数逻辑报告 |
Source Code:arch\x86\include\asm\uaccess.h |
Create Date:2022-07-27 06:58:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:The "unsafe" user accesses aren't really "unsafe", but the naming* is a big fat warning: you have to not only do the access_ok()* checking before using them, but you have to surround them with the* user_access_begin/end() pair.
函数原型:static __must_check __always_inline bool user_access_begin(const void __user *ptr, size_t len)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const void __user * | ptr | |
size_t | len |
716 | __uaccess_begin_nospec() |
717 | 返回:1 |
名称 | 描述 |
---|---|
check_zeroed_user | heck_zeroed_user: check if a userspace buffer only contains zero bytes*@from: Source address, in userspace |
strncpy_from_user | 复制用户字符串 |
strnlen_user | 用户字符串长度 |
SYSCALL_DEFINE5 | |
COMPAT_SYSCALL_DEFINE5 | |
compat_get_bitmap | |
compat_put_bitmap | |
filldir | |
filldir64 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |