OLD | NEW |
1 # There are three kinds of suppressions in this file: | 1 # There are three kinds of suppressions in this file: |
2 # 1. Third party stuff we have no control over. | 2 # 1. Third party stuff we have no control over. |
3 # | 3 # |
4 # 2. Intentional unit test errors, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing. | 5 # in our own code, or stuff that is so trivial it's not worth fixing. |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system. | 8 # These should all be in chromium's bug tracking system. |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
(...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
980 fun:_ZN8Security9CssmError7throwMeEi | 980 fun:_ZN8Security9CssmError7throwMeEi |
981 fun:_ZNK8Security9DbVersion9findTableEj | 981 fun:_ZNK8Security9DbVersion9findTableEj |
982 fun:_ZNK8Security9DbVersion12createCursorEPK10cssm_query | 982 fun:_ZNK8Security9DbVersion12createCursorEPK10cssm_query |
983 fun:_ZN8Security10DbModifier12createCursorEPK10cssm_query | 983 fun:_ZN8Security10DbModifier12createCursorEPK10cssm_query |
984 fun:_ZN8Security13AppleDatabase12dataGetFirstERNS_9DbContextEPKNS_9CssmQueryE
P29cssm_db_record_attribute_dataPNS_8CssmDataERP21cssm_db_unique_record | 984 fun:_ZN8Security13AppleDatabase12dataGetFirstERNS_9DbContextEPKNS_9CssmQueryE
P29cssm_db_record_attribute_dataPNS_8CssmDataERP21cssm_db_unique_record |
985 fun:_ZN8Security15DatabaseSession12DataGetFirstElPKNS_9CssmQueryEP29cssm_db_r
ecord_attribute_dataPNS_8CssmDataERP21cssm_db_unique_record | 985 fun:_ZN8Security15DatabaseSession12DataGetFirstElPKNS_9CssmQueryEP29cssm_db_r
ecord_attribute_dataPNS_8CssmDataERP21cssm_db_unique_record |
986 fun:_ZL17cssm_DataGetFirst17cssm_dl_db_handlePK10cssm_queryPlP29cssm_db_recor
d_attribute_dataP9cssm_dataPP21cssm_db_unique_record | 986 fun:_ZL17cssm_DataGetFirst17cssm_dl_db_handlePK10cssm_queryPlP29cssm_db_recor
d_attribute_dataP9cssm_dataPP21cssm_db_unique_record |
987 fun:CSSM_DL_DataGetFirst | 987 fun:CSSM_DL_DataGetFirst |
988 } | 988 } |
989 { | 989 { |
| 990 bug_51682c |
| 991 Memcheck:Leak |
| 992 fun:realloc |
| 993 fun:_ZN16DefaultAllocator7reallocEPvm |
| 994 fun:_ZN8Security28CssmAllocatorMemoryFunctions12relayReallocEPvmS1_ |
| 995 fun:_ZNK8Security19CssmMemoryFunctions7reallocEPvm |
| 996 fun:_ZN8Security28CssmMemoryFunctionsAllocator7reallocEPvm |
| 997 fun:_ZN10Attachment13upcallReallocElPvj |
| 998 fun:_ZN8Security13PluginSession7reallocEPvm |
| 999 fun:_ZN17DecodedExtensions12addExtensionERK9cssm_databPvbPK22SecAsn1Template_
structPS1_ |
| 1000 fun:_ZN17DecodedExtensions13decodeFromNssEPP17NSS_CertExtension |
| 1001 fun:_ZN11DecodedCertC2ER18AppleX509CLSessionRKN8Security8CssmDataE |
| 1002 fun:_ZN18AppleX509CLSession22CertGetFirstFieldValueERKN8Security8CssmDataES3_
RjRP9cssm_data |
| 1003 fun:_Z27cssm_CertGetFirstFieldValuelPK9cssm_dataS1_PlPjPPS_ |
| 1004 fun:CSSM_CL_CertGetFirstFieldValue |
| 1005 } |
| 1006 { |
990 bug_60873 | 1007 bug_60873 |
991 Memcheck:Cond | 1008 Memcheck:Cond |
992 fun:UTF8ToCString | 1009 fun:UTF8ToCString |
993 fun:_Z16UTF8ToClassicHFSPKcmmmPh | 1010 fun:_Z16UTF8ToClassicHFSPKcmmmPh |
994 fun:_Z14PathMakeFSSpecPKcP6FSSpecPh | 1011 fun:_Z14PathMakeFSSpecPKcP6FSSpecPh |
995 fun:NativePathNameToFSSpec | 1012 fun:NativePathNameToFSSpec |
996 fun:ConvertProfLocation | 1013 fun:ConvertProfLocation |
997 fun:GetProfileLocationOfSuite | 1014 fun:GetProfileLocationOfSuite |
998 fun:_CMGetProfileOfSuite | 1015 fun:_CMGetProfileOfSuite |
999 fun:CMGetProfileByAVID | 1016 fun:CMGetProfileByAVID |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1185 { | 1202 { |
1186 bug_66102_b | 1203 bug_66102_b |
1187 Memcheck:Leak | 1204 Memcheck:Leak |
1188 fun:_Znw* | 1205 fun:_Znw* |
1189 ... | 1206 ... |
1190 fun:_ZN6policy21FileBasedPolicyLoader16InitOnFileThreadEv | 1207 fun:_ZN6policy21FileBasedPolicyLoader16InitOnFileThreadEv |
1191 ... | 1208 ... |
1192 fun:_ZN54PrefValueStorePolicyRefreshTest_TestPolicyRefresh_Test8TestBodyEv | 1209 fun:_ZN54PrefValueStorePolicyRefreshTest_TestPolicyRefresh_Test8TestBodyEv |
1193 } | 1210 } |
1194 | 1211 |
OLD | NEW |