mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Correct priority cancellation handler signing once more
Resolves rdar://150378890 for real this time, verified on arm64e myself
This commit is contained in:
@@ -1817,7 +1817,7 @@ swift_task_addPriorityEscalationHandlerImpl(
|
||||
void *context) {
|
||||
void *allocation =
|
||||
swift_task_alloc(sizeof(EscalationNotificationStatusRecord));
|
||||
auto unsigned_handler = swift_auth_code(handler, 3955);
|
||||
auto unsigned_handler = swift_auth_code(handler, 30817);
|
||||
auto *record = ::new (allocation)
|
||||
EscalationNotificationStatusRecord(unsigned_handler, context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user