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 161209f + 6a6b0ce commit 8ea5448Copy full SHA for 8ea5448
include/swift/Remote/CMemoryReader.h
@@ -68,7 +68,6 @@ class CMemoryReader final : public MemoryReader {
68
// Check to see if an address has bits outside the ptrauth mask. This suggests
69
// that we're likely failing to strip a signed pointer when reading from it.
70
bool hasSignatureBits(RemoteAddress address) {
71
- return false;
72
uint64_t addressData = address.getAddressData();
73
return addressData != (addressData & getPtrauthMask());
74
}
0 commit comments