Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10832354: Fix memory leaks in extensions::SocketPermission (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/permissions/socket_permission.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 5760 matching lines...) Expand 10 before | Expand all | Expand 10 after
5771 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b 5771 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
5772 } 5772 }
5773 { 5773 {
5774 bug_140628 5774 bug_140628
5775 Memcheck:Leak 5775 Memcheck:Leak
5776 ... 5776 ...
5777 fun:_ZN15ExtensionAction16RunIconAnimationEi 5777 fun:_ZN15ExtensionAction16RunIconAnimationEi
5778 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE 5778 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE
5779 } 5779 }
5780 { 5780 {
5781 bug_143401_a
5782 Memcheck:Leak
5783 fun:_Znw*
5784 fun:_ZNK10extensions16SocketPermission*
5785 fun:_ZN10extensions16APIPermissionSet*
5786 ...
5787 fun:_ZN10extensions*Permission*Test*
5788 }
5789 {
5790 bug_143401_b
5791 Memcheck:Leak
5792 fun:_Znw*
5793 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIN10extensions20SocketPermi ssionDataEEE8allocateEmPKv
5794 fun:_ZNSt8_Rb_treeIN10extensions20SocketPermissionDataES1_St9_IdentityIS1_ESt 4lessIS1_ESaIS1_EE11_M_get_nodeEv
5795 fun:_ZNSt8_Rb_treeIN10extensions20SocketPermissionDataES1_St9_IdentityIS1_ESt 4lessIS1_ESaIS1_EE14_M_create_nodeERKS1_
5796 fun:_ZNSt8_Rb_treeIN10extensions20SocketPermissionDataES1_St9_IdentityIS1_ESt 4lessIS1_ESaIS1_EE10_M_insert_EPKSt18_Rb_tree_node_baseSA_RKS1_
5797 ...
5798 fun:_ZNK10extensions16SocketPermission*
5799 fun:_ZN10extensions16APIPermissionSet*
5800 ...
5801 fun:_ZN10extensions*Permission*Test*
5802 }
5803 {
5804 bug_143431 5781 bug_143431
5805 Memcheck:Leak 5782 Memcheck:Leak
5806 fun:_Znw* 5783 fun:_Znw*
5807 fun:_ZN11ManagedModeC2Ev 5784 fun:_ZN11ManagedModeC2Ev
5808 fun:_ZN12_GLOBAL__N_115FakeManagedModeC1Ev 5785 fun:_ZN12_GLOBAL__N_115FakeManagedModeC1Ev
5809 fun:_ZN15ManagedModeTestC2Ev 5786 fun:_ZN15ManagedModeTestC2Ev
5810 fun:_ZN*ManagedModeTest_* 5787 fun:_ZN*ManagedModeTest_*
5811 } 5788 }
5812 5789
5813 #----------------------------------------------------------------------- 5790 #-----------------------------------------------------------------------
(...skipping 17 matching lines...) Expand all
5831 obj:/lib/libselinux.so.1 5808 obj:/lib/libselinux.so.1
5832 obj:/lib/libselinux.so.1 5809 obj:/lib/libselinux.so.1
5833 } 5810 }
5834 { 5811 {
5835 bug_todo_grep 5812 bug_todo_grep
5836 Memcheck:Leak 5813 Memcheck:Leak
5837 fun:malloc 5814 fun:malloc
5838 obj:/bin/grep 5815 obj:/bin/grep
5839 obj:/bin/grep 5816 obj:/bin/grep
5840 } 5817 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/permissions/socket_permission.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698