diff options
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index f623318..4c41a30 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -193,7 +193,7 @@ } { # See also http://openradar.appspot.com/radar?id=1169404 - bug_79533 + bug_79533a Memcheck:Value4 ... fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel @@ -204,6 +204,19 @@ fun:tpDbFindIssuerCrl fun:tpVerifyCertGroupWithCrls } +{ + # See also http://openradar.appspot.com/radar?id=1169404 + bug_79533b + Memcheck:Cond + ... + fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel + fun:CSSM_DL_DataAbortQuery + fun:_ZN11SSDLSession14DataAbortQueryEll + fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel + fun:CSSM_DL_DataAbortQuery + fun:tpDbFindIssuerCrl + fun:tpVerifyCertGroupWithCrls +} # 2. Intentional unit test errors, stuff that is somehow a false positive # in our own code, or stuff that is so trivial it's not worth fixing. |