Home
last modified time | relevance | path

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

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