Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_kasan.c Create Date:2022-07-28 06:29:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kasan_global_oob

Proto:static noinline void __init kasan_global_oob(void)

Type:void

Parameter:Nothing

440  i = 3
441  p = global_array[ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(global_array) + i]
443  pr_info("out-of-bounds global variable\n")
Caller
NameDescribe
kmalloc_tests_init