diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-10 18:09:39 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-10 18:09:39 +0000 |
commit | 0f22837496378b11c7276ef0420a862e7c7c5128 (patch) | |
tree | 53d9e394a1ac3023e0351fae8d85652a93c0b55f /chrome/test | |
parent | 87d3a29515dc5e131d0d57fac40a1aa630111ee6 (diff) | |
download | chromium_src-0f22837496378b11c7276ef0420a862e7c7c5128.zip chromium_src-0f22837496378b11c7276ef0420a862e7c7c5128.tar.gz chromium_src-0f22837496378b11c7276ef0420a862e7c7c5128.tar.bz2 |
Another stack trace for leak in rsa_private_key_win.cc.
TBR=timsteele
BUG=18795
TEST=none
Review URL: http://codereview.chromium.org/164256
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/purify/unit_tests.exe_UMR_flakey.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chrome/test/data/purify/unit_tests.exe_UMR_flakey.txt b/chrome/test/data/purify/unit_tests.exe_UMR_flakey.txt index 0f27405..26cc0da 100644 --- a/chrome/test/data/purify/unit_tests.exe_UMR_flakey.txt +++ b/chrome/test/data/purify/unit_tests.exe_UMR_flakey.txt @@ -130,3 +130,21 @@ Alloc Location testing/gtest/src/gtest.cc testing::Test::Run(void) ^^^ +Uninitialized memory read in `anonymous namespace'::PrependInteger +Error Location + base/crypto/rsa_private_key_win.cc:90 `anonymous namespace'::PrependInteger + base/crypto/rsa_private_key_win.cc:410 base::RSAPrivateKey::ExportPrivateKey(vector::std *) + chrome/browser/extensions/extension_creator.cc:90 ExtensionCreator::GenerateKey(FilePath const&) + chrome/browser/extensions/extension_creator.cc:209 ExtensionCreator::Run(FilePath const&,FilePath const&,FilePath const&,FilePath const&) + chrome/browser/extensions/extensions_service_unittest.cc:712 ExtensionsServiceTest_PackExtension_Test::TestBody(void) + testing/gtest/src/gtest.cc:2031 testing::Test::Run(void) + ^^^ +Alloc Location + ... + base/crypto/rsa_private_key_win.cc:361 base::RSAPrivateKey::ExportPrivateKey(vector::std *) + chrome/browser/extensions/extension_creator.cc:90 ExtensionCreator::GenerateKey(FilePath const&) + chrome/browser/extensions/extension_creator.cc:209 ExtensionCreator::Run(FilePath const&,FilePath const&,FilePath const&,FilePath const&) + chrome/browser/extensions/extensions_service_unittest.cc:712 ExtensionsServiceTest_PackExtension_Test::TestBody(void) + testing/gtest/src/gtest.cc:2031 testing::Test::Run(void) + ^^^ + |