We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 497a64a + f4fc084 commit 6e97019Copy full SHA for 6e97019
clang/test/Sema/ptrauth-intrinsics-macro.c
@@ -12,7 +12,7 @@ extern int dv;
12
13
void test(int *dp, int (*fp)(int), int value) {
14
dp = ptrauth_strip(dp, VALID_DATA_KEY);
15
- uintptr_t t0 = ptrauth_blend_discriminator(dp, value);
+ ptrauth_extra_data_t t0 = ptrauth_blend_discriminator(dp, value);
16
t0 = ptrauth_type_discriminator(int (*)(int));
17
dp = ptrauth_sign_constant(&dv, VALID_DATA_KEY, 0);
18
dp = ptrauth_sign_unauthenticated(dp, VALID_DATA_KEY, 0);
0 commit comments