Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__ubsan_handle_out_of_bounds

Proto:void __ubsan_handle_out_of_bounds(struct out_of_bounds_data *data, void *index)

Type:void

Parameter:

TypeParameterName
struct out_of_bounds_data *data
void *index
343  If suppress_report( & location) Then Return
346  ubsan_prologue( & location)
348  val_to_string(index_str, size of index_str , index_type, index)
349  pr_err("index %s is out of range for type %s\n", index_str, type_name)
351  ubsan_epilogue()