Function report |
Source Code:mm\kasan\common.c |
Create Date:2022-07-28 15:50:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__kasan_unpoison_stack
Proto:static void __kasan_unpoison_stack(struct task_struct *task, const void *sp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
const void * | sp |
177 | base = task_stack_page(task) |
180 | kasan_unpoison_shadow(base, size) |
Name | Describe |
---|---|
kasan_unpoison_task_stack | Unpoison the entire stack for a task. |
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 |