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

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

Issue 7572017: Suppress more encryption-related uninits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 ole32.dll!* 441 ole32.dll!*
442 ole32.dll!* 442 ole32.dll!*
443 ole32.dll!StringFromGUID2 443 ole32.dll!StringFromGUID2
444 444
445 # http://code.google.com/p/drmemory/issues/detail?id=512 445 # http://code.google.com/p/drmemory/issues/detail?id=512
446 UNINITIALIZED READ 446 UNINITIALIZED READ
447 ... 447 ...
448 *!browser_sync::Cryptographer::PackBootstrapToken 448 *!browser_sync::Cryptographer::PackBootstrapToken
449 *!browser_sync::Cryptographer::GetBootstrapToken 449 *!browser_sync::Cryptographer::GetBootstrapToken
450 450
451 UNINITIALIZED READ
452 ...
453 *!Encrypt*
454
451 # http://code.google.com/p/drmemory/issues/detail?id=513 455 # http://code.google.com/p/drmemory/issues/detail?id=513
452 UNINITIALIZED READ 456 UNINITIALIZED READ
453 *!v8* 457 *!v8*
454 458
455 UNINITIALIZED READ 459 UNINITIALIZED READ
456 *!* 460 *!*
457 *!v8* 461 *!v8*
458 462
459 UNINITIALIZED READ 463 UNINITIALIZED READ
460 <not in a module> 464 <not in a module>
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 *!talk_base::Thread::ProcessMessages 761 *!talk_base::Thread::ProcessMessages
758 *!talk_base::Thread::Run 762 *!talk_base::Thread::Run
759 *!remoting::`anonymous namespace'::JingleMessagePump::Run 763 *!remoting::`anonymous namespace'::JingleMessagePump::Run
760 ... 764 ...
761 *!remoting::protocol::`anonymous namespace'::RunMessageLoopWithTimeout 765 *!remoting::protocol::`anonymous namespace'::RunMessageLoopWithTimeout
762 *!remoting::protocol::JingleSessionTest::InitiateConnection 766 *!remoting::protocol::JingleSessionTest::InitiateConnection
763 *!remoting::protocol::JingleSessionTest_ConnectBadChannelAuth_Test::TestBody 767 *!remoting::protocol::JingleSessionTest_ConnectBadChannelAuth_Test::TestBody
764 768
765 # Empty line at EOF - workaround for 769 # Empty line at EOF - workaround for
766 # http://code.google.com/p/drmemory/issues/detail?id=41 770 # 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