You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SignalServiceKit/src/Devices
Michael Kirk 01d0117f9b provisioning cipher: Fix memory leak, handle failure
Explicitly malloc'd buffer should either be explicitly free'd or
ownership given to NSData via `freeWhenDone:YES`

Instead I opted to avoid the explict malloc altogether, and avoided some
unnecessary allocations.

Also made sure encryption failures propogate to error handler

// FREEBIE
8 years ago
..
OWSBlockedPhoneNumbersMessage.h Import SSK (and history) into Signal-iOS 8 years ago
OWSBlockedPhoneNumbersMessage.m Import SSK (and history) into Signal-iOS 8 years ago
OWSChunkedOutputStream.h Import SSK (and history) into Signal-iOS 8 years ago
OWSChunkedOutputStream.m Import SSK (and history) into Signal-iOS 8 years ago
OWSContactsOutputStream.h Send any profile key in contact sync 8 years ago
OWSContactsOutputStream.m fix assert 8 years ago
OWSDevice.h Import SSK (and history) into Signal-iOS 8 years ago
OWSDevice.m Review NSError usage. 8 years ago
OWSDeviceProvisioner.h Add own profile key to multidevice provisioning message 8 years ago
OWSDeviceProvisioner.m provisioning cipher: Fix memory leak, handle failure 8 years ago
OWSGroupsOutputStream.h Import SSK (and history) into Signal-iOS 8 years ago
OWSGroupsOutputStream.m Import SSK (and history) into Signal-iOS 8 years ago
OWSProvisioningCipher.h provisioning cipher: Fix memory leak, handle failure 8 years ago
OWSProvisioningCipher.m provisioning cipher: Fix memory leak, handle failure 8 years ago
OWSProvisioningMessage.h provisioning cipher: Fix memory leak, handle failure 8 years ago
OWSProvisioningMessage.m provisioning cipher: Fix memory leak, handle failure 8 years ago
OWSProvisioningProtos.pb.h proto update: multiDevice profileKey sync 8 years ago
OWSProvisioningProtos.pb.m proto update: multiDevice profileKey sync 8 years ago
OWSReadReceipt.h Import SSK (and history) into Signal-iOS 8 years ago
OWSReadReceipt.m Import SSK (and history) into Signal-iOS 8 years ago
OWSReadReceiptsMessage.h Import SSK (and history) into Signal-iOS 8 years ago
OWSReadReceiptsMessage.m Import SSK (and history) into Signal-iOS 8 years ago
OWSReadReceiptsProcessor.h Import SSK (and history) into Signal-iOS 8 years ago
OWSReadReceiptsProcessor.m Import SSK (and history) into Signal-iOS 8 years ago
OWSRecordTranscriptJob.h Import SSK (and history) into Signal-iOS 8 years ago
OWSRecordTranscriptJob.m Import SSK (and history) into Signal-iOS 8 years ago
OWSSendReadReceiptsJob.h Import SSK (and history) into Signal-iOS 8 years ago
OWSSendReadReceiptsJob.m Import SSK (and history) into Signal-iOS 8 years ago
OWSVerificationStateSyncMessage.h Import SSK (and history) into Signal-iOS 8 years ago
OWSVerificationStateSyncMessage.m Import SSK (and history) into Signal-iOS 8 years ago