| OLD | NEW |
| 1 # There are four kinds of suppressions in this file. | 1 # There are four 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, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or 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 (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
| 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 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 887 ... | 887 ... |
| 888 fun:nss_Init | 888 fun:nss_Init |
| 889 fun:NSS_InitReadWrite | 889 fun:NSS_InitReadWrite |
| 890 ... | 890 ... |
| 891 fun:*13EnsureNSSInitEv | 891 fun:*13EnsureNSSInitEv |
| 892 } | 892 } |
| 893 { | 893 { |
| 894 bug_61585b | 894 bug_61585b |
| 895 Memcheck:Leak | 895 Memcheck:Leak |
| 896 fun:malloc | 896 fun:malloc |
| 897 fun:PORT_Alloc_Util | |
| 898 fun:sec_asn1e_allocate_item | |
| 899 fun:SEC_ASN1EncodeItem_Util | |
| 900 fun:sftkdb_encodeCipherText | |
| 901 fun:sftkdb_EncryptAttribute | |
| 902 fun:sftkdb_ChangePassword | |
| 903 fun:NSC_InitPIN | |
| 904 fun:PK11_InitPin | |
| 905 ... | |
| 906 fun:_ZN4base13OpenTestNSSDBERK8FilePathPKc | |
| 907 } | |
| 908 { | |
| 909 bug_61585c | |
| 910 Memcheck:Leak | |
| 911 fun:malloc | |
| 912 fun:PL_ArenaAllocate | 897 fun:PL_ArenaAllocate |
| 913 fun:PORT_ArenaAlloc_Util | 898 fun:PORT_ArenaAlloc_Util |
| 914 } | 899 } |
| 915 { | 900 { |
| 916 # PR_GetCurrentThread allocates a PRThread structure and stores it in | 901 # PR_GetCurrentThread allocates a PRThread structure and stores it in |
| 917 # thread-specific data. The PRThread structure is freed by the | 902 # thread-specific data. The PRThread structure is freed by the |
| 918 # PR_DetachThread call in CertVerifierWorker::Run or when the thread | 903 # PR_DetachThread call in CertVerifierWorker::Run or when the thread |
| 919 # terminates. Since we do not shut down worker threads, the PRThread | 904 # terminates. Since we do not shut down worker threads, the PRThread |
| 920 # structure created for a worker thread may be leaked at Chrome shutdown | 905 # structure created for a worker thread may be leaked at Chrome shutdown |
| 921 # if the worker thread did not make it to the PR_DetachThread call. | 906 # if the worker thread did not make it to the PR_DetachThread call. |
| (...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1832 obj:* | 1817 obj:* |
| 1833 obj:* | 1818 obj:* |
| 1834 obj:* | 1819 obj:* |
| 1835 fun:secmod_ModuleInit | 1820 fun:secmod_ModuleInit |
| 1836 } | 1821 } |
| 1837 { | 1822 { |
| 1838 bug_32624_c | 1823 bug_32624_c |
| 1839 Memcheck:Leak | 1824 Memcheck:Leak |
| 1840 ... | 1825 ... |
| 1841 fun:malloc | 1826 fun:malloc |
| 1842 fun:PR_Malloc | 1827 ... |
| 1843 fun:PORT_Alloc_Util | 1828 fun:PORT_Alloc_Util |
| 1844 ... | 1829 ... |
| 1845 fun:PK11_InitPin | 1830 fun:PK11_InitPin |
| 1846 } | 1831 } |
| 1847 { | 1832 { |
| 1848 bug_32624_d | 1833 bug_32624_d |
| 1849 Memcheck:Leak | 1834 Memcheck:Leak |
| 1850 fun:malloc | 1835 fun:malloc |
| 1851 fun:PR_Malloc | 1836 fun:PR_Malloc |
| 1852 fun:PKIX_PL_Malloc | 1837 fun:PKIX_PL_Malloc |
| (...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3007 fun:_Znw* | 2992 fun:_Znw* |
| 3008 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE | 2993 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE |
| 3009 fun:_ZN3IPC17SyncMessageSchemaI6Tuple1I21PluginMsg_Init_ParamsES1_IRbEE32Disp
atchDelayReplyWithSendParamsIN13PluginChannel13MessageFilterEMS9_FvRKS2_PNS_7Mes
sageEEEEbbRKS3_PKSC_PT_T0_ | 2994 fun:_ZN3IPC17SyncMessageSchemaI6Tuple1I21PluginMsg_Init_ParamsES1_IRbEE32Disp
atchDelayReplyWithSendParamsIN13PluginChannel13MessageFilterEMS9_FvRKS2_PNS_7Mes
sageEEEEbbRKS3_PKSC_PT_T0_ |
| 3010 fun:_ZN14PluginMsg_Init18DispatchDelayReplyIN13PluginChannel13MessageFilterEM
S2_FvRK21PluginMsg_Init_ParamsPN3IPC7MessageEEEEbPKS7_PT_T0_ | 2995 fun:_ZN14PluginMsg_Init18DispatchDelayReplyIN13PluginChannel13MessageFilterEM
S2_FvRK21PluginMsg_Init_ParamsPN3IPC7MessageEEEEbPKS7_PT_T0_ |
| 3011 fun:_ZN13PluginChannel13MessageFilter17OnMessageReceivedERKN3IPC7MessageE | 2996 fun:_ZN13PluginChannel13MessageFilter17OnMessageReceivedERKN3IPC7MessageE |
| 3012 } | 2997 } |
| 3013 { | 2998 { |
| 3014 Bug_70062 | 2999 Bug_70062 |
| 3015 Memcheck:Leak | 3000 Memcheck:Leak |
| 3016 fun:calloc | 3001 fun:calloc |
| 3017 fun:PR_Calloc | 3002 ... |
| 3018 fun:PR_NewLock | 3003 fun:PR_NewLock |
| 3019 ... | 3004 ... |
| 3020 fun:InitSessionCacheLocks | 3005 fun:InitSessionCacheLocks |
| 3021 fun:initSessionCacheLocksLazily | 3006 fun:initSessionCacheLocksLazily |
| 3022 fun:PR_CallOnce | 3007 fun:PR_CallOnce |
| 3023 fun:ssl_InitSessionCacheLocks | 3008 fun:ssl_InitSessionCacheLocks |
| 3024 fun:lock_cache | 3009 fun:lock_cache |
| 3025 fun:ssl_LookupSID | 3010 fun:ssl_LookupSID |
| 3026 fun:ssl2_BeginClientHandshake | 3011 fun:ssl2_BeginClientHandshake |
| 3027 fun:ssl_Do1stHandshake | 3012 fun:ssl_Do1stHandshake |
| (...skipping 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4992 } | 4977 } |
| 4993 { | 4978 { |
| 4994 bug_todo_getdelim2 | 4979 bug_todo_getdelim2 |
| 4995 Memcheck:Leak | 4980 Memcheck:Leak |
| 4996 fun:malloc | 4981 fun:malloc |
| 4997 fun:getdelim | 4982 fun:getdelim |
| 4998 obj:/lib/libselinux.so.1 | 4983 obj:/lib/libselinux.so.1 |
| 4999 obj:/lib/libselinux.so.1 | 4984 obj:/lib/libselinux.so.1 |
| 5000 obj:/lib/libselinux.so.1 | 4985 obj:/lib/libselinux.so.1 |
| 5001 } | 4986 } |
| OLD | NEW |