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

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: Rebase 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
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 5759 matching lines...) Expand 10 before | Expand all | Expand 10 after
5770 ... 5770 ...
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 {
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 5780
5804 #----------------------------------------------------------------------- 5781 #-----------------------------------------------------------------------
5805 # 4. These only occur on our Google workstations 5782 # 4. These only occur on our Google workstations
5806 5783
5807 { 5784 {
5808 bug_todo_getdelim 5785 bug_todo_getdelim
5809 Memcheck:Leak 5786 Memcheck:Leak
5810 fun:malloc 5787 fun:malloc
5811 fun:getdelim 5788 fun:getdelim
5812 ... 5789 ...
5813 fun:call_init 5790 fun:call_init
5814 fun:_dl_init 5791 fun:_dl_init
5815 } 5792 }
5816 { 5793 {
5817 bug_todo_getdelim2 5794 bug_todo_getdelim2
5818 Memcheck:Leak 5795 Memcheck:Leak
5819 fun:malloc 5796 fun:malloc
5820 fun:getdelim 5797 fun:getdelim
5821 obj:/lib/libselinux.so.1 5798 obj:/lib/libselinux.so.1
5822 obj:/lib/libselinux.so.1 5799 obj:/lib/libselinux.so.1
5823 obj:/lib/libselinux.so.1 5800 obj:/lib/libselinux.so.1
5824 } 5801 }
5825 { 5802 {
5826 bug_todo_grep 5803 bug_todo_grep
5827 Memcheck:Leak 5804 Memcheck:Leak
5828 fun:malloc 5805 fun:malloc
5829 obj:/bin/grep 5806 obj:/bin/grep
5830 obj:/bin/grep 5807 obj:/bin/grep
5831 } 5808 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698