Function report |
Source Code:mm\kasan\common.c |
Create Date:2022-07-28 15:50:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Clear all poison for the region between the current SP and a provided* watermark value, as is sometimes required prior to hand-crafted asm function* returns in the middle of functions.
Proto:void kasan_unpoison_stack_above_sp_to(const void *watermark)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | watermark |
209 | sp = __builtin_frame_address(0) |
214 | kasan_unpoison_shadow(sp, size) |
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 |