Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\thread_info.h Create Date:2022-07-28 05:35:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:copy_overflow

Proto:static inline void copy_overflow(int size, unsigned long count)

Type:void

Parameter:

TypeParameterName
intsize
unsigned longcount
134  WARN(1, "Buffer overflow detected (%d < %lu)!\n", size, count)
Caller
NameDescribe
check_copy_size