函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__ubsan_handle_out_of_bounds

函数原型:void __ubsan_handle_out_of_bounds(struct out_of_bounds_data *data, void *index)

返回类型:void

参数:

类型参数名称
struct out_of_bounds_data *data
void *index
343  如果suppress_report( & location)则返回
346  ubsan_prologue( & location)
348  val_to_string(index_str, index_str的长度, index_type, index)
349  打印错误信息("index %s is out of range for type %s\n", index_str, type_name)
351  ubsan_epilogue()