Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
Description
Running tests with instruments flags leaks in our secure transport SSL implementation.
Offending code seems to be here.
id = SecIdentityCreate (kCFAllocatorDefault, cert, key);
|
secure_transport->my_cert =
|
CFArrayCreateMutableCopy (kCFAllocatorDefault, (CFIndex) 2, items);
|
|
|
CFArraySetValueAtIndex (secure_transport->my_cert, 0, id);
|
CFArraySetValueAtIndex (secure_transport->my_cert, 1, cert);
|
And here:
secure_transport->anchors = CFRetain (anchors);
|
Attachments
Issue Links
- related to
-
CDRIVER-2529 Consider using memory checking tools on Darwin and Windows
-
- Backlog
-