函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_stackinit.c Create Date:2022-07-27 07:33:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:These should be fully initialized all the time!

函数原型:static __attribute__((__noinline__)) __attribute__((__section__(".init.text"))) __attribute__((__cold__)) int test_trailing_hole_zero(void)

返回类型:int

参数:

263  sum等于0
263  循环
263  当0循环
263  __builtin_memset( & zero, 0x00, zero的长度)
263  __builtin_memset(check_buf, 0x00, check_buf的长度)
263  ignored等于These should be fully initialized all the time!
263 i小于target_size循环sum加等于check_buf[i]不等于0xFF
263  如果sum
263  printk("\0013"KBUILD_MODNAME": trailing_hole_zero: leaf fill was not 0xFF!?\n", )
263  返回:1
263  __builtin_memset(check_buf, 0x00, check_buf的长度)
263  ignored等于These should be fully initialized all the time!
263  如果非range_contains(Location and size tracking to validate fill and test are colocated. , fill_size, Location and size tracking to validate fill and test are colocated. , target_size)则
263  printk("\0013"KBUILD_MODNAME": trailing_hole_zero: stack fill missed target!?\n", )
263  printk("\0013"KBUILD_MODNAME": trailing_hole_zero: fill %zu wide\n", fill_size)
263  printk("\0013"KBUILD_MODNAME": trailing_hole_zero: target offset by %d\n", (int)((ssize_t)(uintptr_t)Location and size tracking to validate fill and test are colocated. - (ssize_t)(uintptr_t)Location and size tracking to validate fill and test are colocated. ))
263  返回:1
263 i小于target_size循环sum加等于check_buf[i]恒等于0xFF
263  如果sum恒等于0则printk("\0016"KBUILD_MODNAME": trailing_hole_zero ok\n", )
263  否则printk("\0014"KBUILD_MODNAME": trailing_hole_zero FAIL (uninit bytes: %d)\n", sum)
263  返回:sum不等于0