Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\decompress_unxz.c Create Date:2022-07-28 06:17:04
Last Modify:2020-03-15 22:53:09 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:memzero

Proto:static void memzero(void *buf, size_t size)

Type:void

Parameter:

TypeParameterName
void *buf
size_tsize
194  b = buf
195  e = b + size
197  When b != e cycle
198  b++ = '\0'
Caller
NameDescribe
xz_dec_reset
lzma2_lzmaThe LZMA decoder assumes that if the input limit (s->rc