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

Side by Side Diff: base/data/purify/base_unittests.exe_UMR_flakey.txt

Issue 401003: Add another variant of the PrependInteger UMR stack. (Closed)
Patch Set: Created 11 years, 1 month 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 Uninitialized memory read in `anonymous namespace'::PrependInteger 1 Uninitialized memory read in `anonymous namespace'::PrependInteger
2 Error Location 2 Error Location
3 base/crypto/rsa_private_key_win.cc `anonymous namespace'::PrependInteger 3 base/crypto/rsa_private_key_win.cc `anonymous namespace'::PrependInteger
4 base/crypto/rsa_private_key_win.cc base::RSAPrivateKey::ExportPrivateKey(vec tor::std *) 4 base/crypto/rsa_private_key_win.cc base::RSAPrivateKey::ExportPrivateKey(vec tor::std *)
5 base/crypto/rsa_private_key_unittest.cc RSAPrivateKeyUnitTest_InitRandomTest _Test::TestBody(void) 5 base/crypto/rsa_private_key_unittest.cc RSAPrivateKeyUnitTest_InitRandomTest _Test::TestBody(void)
6 testing/gtest/src/gtest.cc testing::Test::Run(void) 6 testing/gtest/src/gtest.cc testing::Test::Run(void)
7 ^^^ 7 ^^^
8 Alloc Location 8 Alloc Location
9 ... 9 ...
10 base/crypto/rsa_private_key_win.cc base::RSAPrivateKey::ExportPrivateKey(vec tor::std *) 10 base/crypto/rsa_private_key_win.cc base::RSAPrivateKey::ExportPrivateKey(vec tor::std *)
11 base/crypto/rsa_private_key_unittest.cc RSAPrivateKeyUnitTest_InitRandomTest _Test::TestBody(void) 11 base/crypto/rsa_private_key_unittest.cc RSAPrivateKeyUnitTest_InitRandomTest _Test::TestBody(void)
12 testing/gtest/src/gtest.cc testing::Test::Run(void) 12 testing/gtest/src/gtest.cc testing::Test::Run(void)
13 ^^^ 13 ^^^
14 14
15 Uninitialized memory read in base::PrivateKeyInfoCodec::PrependIntegerImpl(BYTE *,int,list<BYTE,allocator<BYTE>::std>::std *,bool) 15 Uninitialized memory read in base::PrivateKeyInfoCodec::PrependIntegerImpl(BYTE *,int,list<BYTE,allocator<BYTE>::std>::std *,bool)
16 Error Location 16 Error Location
17 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependIntegerImpl (BYTE *,int,list::std *,bool) 17 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependIntegerImpl (BYTE *,int,list::std *,bool)
18 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependInteger(vec tor::std const&,list::std *) 18 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependInteger(vec tor::std const&,list::std *)
19 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::Export(vector::std *) 19 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::Export(vector::std *)
20 base/crypto/rsa_private_key_win.cc base::RSAPrivateKey::ExportPrivateKey(vec tor::std *) 20 base/crypto/rsa_private_key_win.cc base::RSAPrivateKey::ExportPrivateKey(vec tor::std *)
21 ... 21 ...
22 Alloc Location 22 Alloc Location
23 ... 23 ...
24 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependIntegerImpl (BYTE *,int,list::std *,bool) 24 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependIntegerImpl (BYTE *,int,list::std *,bool)
25 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependInteger(vec tor::std const&,list::std *) 25 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependInteger(vec tor::std const&,list::std *)
26 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::Export(vector::std *) 26 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::Export(vector::std *)
27 base/crypto/rsa_private_key_win.cc base::RSAPrivateKey::ExportPrivateKey(vec tor::std *) 27 base/crypto/rsa_private_key_win.cc base::RSAPrivateKey::ExportPrivateKey(vec tor::std *)
28 ... 28 ...
29
30 Uninitialized memory read in base::PrivateKeyInfoCodec::PrependIntegerImpl(BYTE *,int,list<BYTE,allocator<BYTE>::std>::std *,bool)
31 Error Location
32 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependIntegerImpl (BYTE *,int,list::std *,bool)
33 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependInteger(vec tor::std const&,list::std *)
34 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::Export(vector::std *)
35 base/crypto/rsa_private_key_win.cc base::RSAPrivateKey::ExportPrivateKey(vec tor::std *)
36 base/crypto/signature_creator_unittest.cc SignatureCreatorTest_BasicTest_Tes t::TestBody(void)
37 testing/gtest/src/gtest.cc testing::Test::Run(void)
38 ^^^
39 Alloc Location
40 ...
41 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependIntegerImpl (BYTE *,int,list::std *,bool)
42 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::PrependInteger(vec tor::std const&,list::std *)
43 base/crypto/rsa_private_key.cc base::PrivateKeyInfoCodec::Export(vector::std *)
44 base/crypto/rsa_private_key_win.cc base::RSAPrivateKey::ExportPrivateKey(vec tor::std *)
45 base/crypto/signature_creator_unittest.cc SignatureCreatorTest_BasicTest_Tes t::TestBody(void)
46 testing/gtest/src/gtest.cc testing::Test::Run(void)
47 ^^^
48
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