Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:handle_object_size_mismatch

Proto:static void handle_object_size_mismatch(struct type_mismatch_data_common *data, unsigned long ptr)

Type:void

Parameter:

TypeParameterName
struct type_mismatch_data_common *data
unsigned longptr
284  If suppress_report(location) Then Return
287  ubsan_prologue(location)
288  pr_err("%s address %p with insufficient space\n", type_check_kinds[type_check_kind], (void * )ptr)
291  pr_err("for an object of type %s\n", type_name)
292  ubsan_epilogue()
Caller
NameDescribe
ubsan_type_mismatch_common