1#!special-case-list-v1 2# rdar://139815990 3# entry = <kext>:<func>:<type> 4# 5# <type> = [ kfree zfree fsfree memr memw strr strw read write rw free mem str poison ] 6# See kasan_internal.h for descriptions of the types 7# 8# <kext> = last component of kext bundle ID. Use '__kernel__' for xnu proper. 9# 10# Any field can be empty, which matches everything 11 12 13# OSKext::copyInfo copies the whole cstrings section 14__kernel__:_ZN6OSKext8copyInfoEP7OSArray:memr 15 16# For unit-testing KASan 17__kernel__:test_blacklist:test 18__kernel__:test_blacklist_str:memr 19