]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_cdsa_client/lib/securestorage.cpp
Security-59306.61.1.tar.gz
[apple/security.git] / OSX / libsecurity_cdsa_client / lib / securestorage.cpp
index 7d2d0ab1cceec1dcdd03b390af7de5cd12fcb43a..676a1ad264f634ecd2822e4f47a514ea51cdbafc 100644 (file)
@@ -46,6 +46,7 @@ try
 }
 catch (...)
 {
 }
 catch (...)
 {
+    return;    // Prevent re-throw of exception [function-try-block]
 }
 
 Allocator &CSPDLImpl::allocator() const
 }
 
 Allocator &CSPDLImpl::allocator() const