Function report |
Source Code:mm\kasan\common.c |
Create Date:2022-07-28 15:50:44 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Unpoison the stack for the current task beyond a watermark sp value.
Proto:asmlinkage void kasan_unpoison_task_stack_below(const void *watermark)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const void * | watermark |
| 197 | base = watermark & ~(THREAD_SIZE - 1) |
| 199 | kasan_unpoison_shadow(base, watermark - base) |
| 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 |