Function report |
Source Code:mm\kasan\report.c |
Create Date:2022-07-28 15:52:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_address_description
Proto:static void print_address_description(void *addr, u8 tag)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void * | addr | |
u8 | tag |
372 | page = kasan_addr_to_page(addr) |
374 | dump_stack() |
375 | pr_err("\n") |
379 | object = nearest_obj(cache, page, addr) |
381 | describe_object(cache, object, addr, tag) |
384 | If kernel_or_module_addr(addr) && Not init_task_stack_addr(addr) Then |
389 | If page Then |
390 | pr_err("The buggy address belongs to the page:\n") |
Name | Describe |
---|---|
kasan_report_invalid_free | |
__kasan_report |
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 |