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