xref: /xnu-10063.101.15/san/memory/kasan-blacklist-dynamic (revision 94d3b452840153a99b38a3a9659680b2a006908e) !
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