Home
last modified time | relevance | path

Searched refs:length_check (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/bsd/kern/
H A Dkern_trustcache.c531 uintptr_t length_check = 0; in load_trust_cache_with_type() local
541 } else if (os_add_overflow((uintptr_t)img4_object, img4_object_len, &length_check)) { in load_trust_cache_with_type()
550 } else if (os_add_overflow((uintptr_t)img4_ext_manifest, img4_ext_manifest_len, &length_check)) { in load_trust_cache_with_type()
560 } else if (os_add_overflow((uintptr_t)img4_aux_manifest, img4_aux_manifest_len, &length_check)) { in load_trust_cache_with_type()
661 uintptr_t length_check = 0; in load_legacy_trust_cache() local
667 } else if (os_add_overflow((uintptr_t)module_data, module_size, &length_check)) { in load_legacy_trust_cache()