Function report |
Source Code:mm\kasan\common.c |
Create Date:2022-07-28 15:51:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kasan_poison_kfree
Proto:void kasan_poison_kfree(void *ptr, unsigned long ip)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void * | ptr | |
unsigned long | ip |
576 | page = virt_to_head_page(ptr) |
579 | If ptr != page_address(page) Then |
580 | kasan_report_invalid_free(ptr, ip) |
581 | Return |
584 | Else |
585 | __kasan_slab_free( not slob , ptr, ip, false) |
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 |