Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c462 const uintptr_t ptr_end = ptr + ntohl(cd->linkageSize); in cs_validate_codedirectory() local
464 if (ptr_end < ptr || ptr < (uintptr_t)cd || ptr_end > (uintptr_t)cd + length) { in cs_validate_codedirectory()