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

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

Issue 8773019: Suppress use-after-free in Inspector for next WebKit roll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 5267 matching lines...) Expand 10 before | Expand all | Expand 10 after
5278 fun:_ZN7WebCore20HTMLConstructionSite14insertTextNodeERKN3WTF6StringE 5278 fun:_ZN7WebCore20HTMLConstructionSite14insertTextNodeERKN3WTF6StringE
5279 fun:_ZN7WebCore15HTMLTreeBuilder22processCharacterBufferERNS0_28ExternalChara cterTokenBufferE 5279 fun:_ZN7WebCore15HTMLTreeBuilder22processCharacterBufferERNS0_28ExternalChara cterTokenBufferE
5280 fun:_ZN7WebCore15HTMLTreeBuilder16processCharacterERNS_15AtomicHTMLTokenE 5280 fun:_ZN7WebCore15HTMLTreeBuilder16processCharacterERNS_15AtomicHTMLTokenE
5281 } 5281 }
5282 { 5282 {
5283 bug_106067 5283 bug_106067
5284 Memcheck:Uninitialized 5284 Memcheck:Uninitialized
5285 fun:_ZN16RenderThreadImpl26IdleHandlerInForegroundTabEv 5285 fun:_ZN16RenderThreadImpl26IdleHandlerInForegroundTabEv
5286 fun:_ZN16RenderThreadImpl11IdleHandlerEv 5286 fun:_ZN16RenderThreadImpl11IdleHandlerEv
5287 } 5287 }
5288 {
5289 bug_106104
5290 Memcheck:Unaddressable
5291 ...
5292 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore27InspectorBaseAgentInterfaceEEEvPT_
5293 fun:_ZN3WTF6OwnPtrIN7WebCore27InspectorBaseAgentInterfaceEED1Ev
5294 fun:_ZN3WTF16VectorDestructorILb1ENS_6OwnPtrIN7WebCore27InspectorBaseAgentInt erfaceEEEE8destructEPS4_S6_
5295 fun:_ZN3WTF20VectorTypeOperationsINS_6OwnPtrIN7WebCore27InspectorBaseAgentInt erfaceEEEE8destructEPS4_S6_
5296 }
5288 5297
5289 #----------------------------------------------------------------------- 5298 #-----------------------------------------------------------------------
5290 # 4. These only occur on our Google workstations 5299 # 4. These only occur on our Google workstations
5291 { 5300 {
5292 bug_todo_freeres 5301 bug_todo_freeres
5293 Memcheck:Free 5302 Memcheck:Free
5294 fun:free 5303 fun:free
5295 fun:__libc_freeres 5304 fun:__libc_freeres
5296 fun:_vgnU_freeres 5305 fun:_vgnU_freeres
5297 fun:_Exit 5306 fun:_Exit
(...skipping 17 matching lines...) Expand all
5315 obj:/lib/libselinux.so.1 5324 obj:/lib/libselinux.so.1
5316 obj:/lib/libselinux.so.1 5325 obj:/lib/libselinux.so.1
5317 } 5326 }
5318 { 5327 {
5319 bug_todo_grep 5328 bug_todo_grep
5320 Memcheck:Leak 5329 Memcheck:Leak
5321 fun:malloc 5330 fun:malloc
5322 obj:/bin/grep 5331 obj:/bin/grep
5323 obj:/bin/grep 5332 obj:/bin/grep
5324 } 5333 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698