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

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

Issue 1467203002: Update the suppression for intentional memcpy overlap 542575, move it to the proper section. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 } 539 }
540 { 540 {
541 bug_415092 541 bug_415092
542 Memcheck:Leak 542 Memcheck:Leak
543 fun:_Znw* 543 fun:_Znw*
544 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE 544 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE
545 fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationER KNS_8CallbackIFvvEEE 545 fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationER KNS_8CallbackIFvvEEE
546 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8Loca tionERKNS_8CallbackIFvvEEEb 546 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8Loca tionERKNS_8CallbackIFvvEEEb
547 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8Callbac kIFvvEEEb 547 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8Callbac kIFvvEEEb
548 } 548 }
549 {
550 bug_542575 (Intentional)
551 Memcheck:Overlap
552 fun:memcpy@@GLIBC_2.14
553 ...
554 fun:BrotliDecompressBuffer
555 fun:_ZN3ots18ConvertWOFF2ToSFNTEPNS_4FontEPhmPKhm
556 fun:_ZN12_GLOBAL__N_112ProcessWOFF2EPN3ots12OpenTypeFileEPNS0_4FontEPNS0_9OTS StreamEPKhm
557 fun:_ZN3ots10OTSContext7ProcessEPNS_9OTSStreamEPKhmj
558 fun:_ZN5blink17OpenTypeSanitizer8sanitizeEv
559 }
549 560
550 #----------------------------------------------------------------------- 561 #-----------------------------------------------------------------------
551 # 3. Suppressions for real chromium bugs that are not yet fixed. 562 # 3. Suppressions for real chromium bugs that are not yet fixed.
552 # These should all be in chromium's bug tracking system (but a few aren't yet). 563 # These should all be in chromium's bug tracking system (but a few aren't yet).
553 564
554 { 565 {
555 # webkit leak? See http://crbug.com/9503 566 # webkit leak? See http://crbug.com/9503
556 bug_9503 567 bug_9503
557 Memcheck:Leak 568 Memcheck:Leak
558 ... 569 ...
(...skipping 2818 matching lines...) Expand 10 before | Expand all | Expand 10 after
3377 fun:_Znw* 3388 fun:_Znw*
3378 ... 3389 ...
3379 fun:_ZN7content21RenderProcessHostImpl4InitEv 3390 fun:_ZN7content21RenderProcessHostImpl4InitEv
3380 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_18RenderViewHostI mplEi 3391 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_18RenderViewHostI mplEi
3381 fun:_ZN7content22RenderFrameHostManager8NavigateERK4GURLRKNS_20FrameNavigatio nEntryERKNS_19NavigationEntryImplE 3392 fun:_ZN7content22RenderFrameHostManager8NavigateERK4GURLRKNS_20FrameNavigatio nEntryERKNS_19NavigationEntryImplE
3382 fun:_ZN7content13NavigatorImpl15NavigateToEntryEPNS_13FrameTreeNodeERKNS_20Fr ameNavigationEntryERKNS_19NavigationEntryImplENS_20NavigationController10ReloadT ypeEb 3393 fun:_ZN7content13NavigatorImpl15NavigateToEntryEPNS_13FrameTreeNodeERKNS_20Fr ameNavigationEntryERKNS_19NavigationEntryImplENS_20NavigationController10ReloadT ypeEb
3383 fun:_ZN7content13NavigatorImpl22NavigateToPendingEntryEPNS_13FrameTreeNodeERK NS_20FrameNavigationEntryENS_20NavigationController10ReloadTypeEb 3394 fun:_ZN7content13NavigatorImpl22NavigateToPendingEntryEPNS_13FrameTreeNodeERK NS_20FrameNavigationEntryENS_20NavigationController10ReloadTypeEb
3384 fun:_ZN7content24NavigationControllerImpl30NavigateToPendingEntryInternalENS_ 20NavigationController10ReloadTypeE 3395 fun:_ZN7content24NavigationControllerImpl30NavigateToPendingEntryInternalENS_ 20NavigationController10ReloadTypeE
3385 } 3396 }
3386 { 3397 {
3387 bug_542575
3388 Memcheck:Overlap
3389 fun:memcpy@@GLIBC_2.14
3390 fun:BrotliDecompressStreaming
3391 fun:BrotliDecompress
3392 fun:BrotliDecompressBuffer
3393 fun:_ZN3ots18ConvertWOFF2ToSFNTEPNS_4FontEPhmPKhm
3394 fun:_ZN12_GLOBAL__N_112ProcessWOFF2EPN3ots12OpenTypeFileEPNS0_4FontEPNS0_9OTS StreamEPKhm
3395 fun:_ZN3ots10OTSContext7ProcessEPNS_9OTSStreamEPKhmj
3396 fun:_ZN5blink17OpenTypeSanitizer8sanitizeEv
3397 }
3398 {
3399 bug_542875 3398 bug_542875
3400 Memcheck:Leak 3399 Memcheck:Leak
3401 fun:malloc 3400 fun:malloc
3402 fun:_ZN3WTF10fastMallocEm 3401 fun:_ZN3WTF10fastMallocEm
3403 ... 3402 ...
3404 fun:_ZN5blink13DOMTypedArrayIN3WTF17Uint8ClampedArrayEN2v817Uint8ClampedArray EE12createOrNullEj 3403 fun:_ZN5blink13DOMTypedArrayIN3WTF17Uint8ClampedArrayEN2v817Uint8ClampedArray EE12createOrNullEj
3405 fun:_ZN5blink9ImageData6createERKNS_7IntSizeE 3404 fun:_ZN5blink9ImageData6createERKNS_7IntSizeE
3406 fun:_ZNK5blink17HTMLCanvasElement11toImageDataENS_19SourceDrawingBufferE 3405 fun:_ZNK5blink17HTMLCanvasElement11toImageDataENS_19SourceDrawingBufferE
3407 } 3406 }
3408 { 3407 {
(...skipping 21 matching lines...) Expand all
3430 { 3429 {
3431 bug_558179 3430 bug_558179
3432 Memcheck:Leak 3431 Memcheck:Leak
3433 fun:_Znw* 3432 fun:_Znw*
3434 fun:_ZN7content27ServiceWorkerContextWrapperC1EPNS_14BrowserContextE 3433 fun:_ZN7content27ServiceWorkerContextWrapperC1EPNS_14BrowserContextE
3435 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE 3434 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE
3436 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b 3435 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
3437 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b 3436 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b
3438 fun:_ZN7content14BrowserContext26GetStoragePartitionForSiteEPS0_RK4GURL 3437 fun:_ZN7content14BrowserContext26GetStoragePartitionForSiteEPS0_RK4GURL
3439 } 3438 }
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