Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kmalloc_oob_memset_2

Proto:static noinline void __init kmalloc_oob_memset_2(void)

Type:void

Parameter:Nothing

210  size = 8
212  pr_info("out-of-bounds in memset2\n")
213  ptr = kmalloc(size, GFP_KERNEL)
214  If Not ptr Then
215  pr_err("Allocation failed\n")
216  Return
219  memset(ptr + 7, 0, 2)
220  kfree(ptr)
Caller
NameDescribe
kmalloc_tests_init