Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c491 uintptr_t length_check = 0; in load_trust_cache_with_type() local
506 } else if (os_add_overflow((uintptr_t)img4_object, img4_object_len, &length_check)) { in load_trust_cache_with_type()
515 } else if (os_add_overflow((uintptr_t)img4_ext_manifest, img4_ext_manifest_len, &length_check)) { in load_trust_cache_with_type()
525 } else if (os_add_overflow((uintptr_t)img4_aux_manifest, img4_aux_manifest_len, &length_check)) { in load_trust_cache_with_type()
626 uintptr_t length_check = 0; in load_legacy_trust_cache() local
632 } else if (os_add_overflow((uintptr_t)module_data, module_size, &length_check)) { in load_legacy_trust_cache()