]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/tests/ptrauth_data_tests.c
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / tests / ptrauth_data_tests.c
index a9c4c8bb54889752c21b261137d0933bb0574ee4..23397bef47b4ddbad1e065fb4a550b4ce496cdcf 100644 (file)
@@ -85,7 +85,7 @@ ptrauth_data_tests(void)
 
        /* task_t */
        ALLOC_VALIDATE_DATA_PTR(struct task, vm_map_t, map, "task.map");
-       ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_self[0], "task.itk_self");
+       ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_task_ports[0], "task.itk_task_ports");
        ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_settable_self, "task.itk_settable_self");
        ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_host, "task.itk_host");
        ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_bootstrap, "task.itk_bootstrap");