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

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

Issue 7033044: Suppress a leak in SSL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 | 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 ############################ 1 ############################
2 # Known reports on the third party we have no control over. 2 # Known reports on the third party we have no control over.
3 UNINITIALIZED READ 3 UNINITIALIZED READ
4 ... 4 ...
5 *!deflate_* 5 *!deflate_*
6 *!MOZ_Z_deflate 6 *!MOZ_Z_deflate
7 7
8 # http://code.google.com/p/drmemory/issues/detail?id=406 8 # http://code.google.com/p/drmemory/issues/detail?id=406
9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present. 9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present.
10 LEAK 10 LEAK
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 527
528 # Deliberate LazyInstance leaks 528 # Deliberate LazyInstance leaks
529 LEAK 529 LEAK
530 ... 530 ...
531 *!base::LeakyLazyInstanceTraits*::New 531 *!base::LeakyLazyInstanceTraits*::New
532 *!base::LazyInstance*::Pointer 532 *!base::LazyInstance*::Pointer
533 533
534 ############################ 534 ############################
535 # Real issues in Chromium 535 # Real issues in Chromium
536 536
537 # http://crbug.com/32623
538 LEAK
539 ...
540 *!ssl3_HandleHandshakeMessage
541 *!ssl3_HandleHandshake
542 *!ssl3_HandleRecord
543 *!ssl3_GatherCompleteHandshake
544 ...
545 *!SSL_ForceHandshake
546 *!net::SSLServerSocketNSS::DoHandshake
547 *!net::SSLServerSocketNSS::DoHandshakeLoop
548
537 # http://crbug.com/57266 (1) 549 # http://crbug.com/57266 (1)
538 UNINITIALIZED READ 550 UNINITIALIZED READ
539 ... 551 ...
540 *!remoting::EncoderVp8::Encode 552 *!remoting::EncoderVp8::Encode
541 553
542 # http://crbug.com/57266 (2) 554 # http://crbug.com/57266 (2)
543 UNINITIALIZED READ 555 UNINITIALIZED READ
544 ... 556 ...
545 *!vp8_* 557 *!vp8_*
546 558
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 # http://crbug.com/81522 596 # http://crbug.com/81522
585 LEAK 597 LEAK
586 *!operator new 598 *!operator new
587 *!base::MessageLoopProxy::CreateForCurrentThread 599 *!base::MessageLoopProxy::CreateForCurrentThread
588 *!IPC::ChannelProxy::Context::Context 600 *!IPC::ChannelProxy::Context::Context
589 *!IPC::ChannelProxy::ChannelProxy 601 *!IPC::ChannelProxy::ChannelProxy
590 *!IPCChannelTest_ChannelProxyTest_Test::TestBody 602 *!IPCChannelTest_ChannelProxyTest_Test::TestBody
591 603
592 # Empty line at EOF - workaround for 604 # Empty line at EOF - workaround for
593 # http://code.google.com/p/drmemory/issues/detail?id=41 605 # http://code.google.com/p/drmemory/issues/detail?id=41
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