diff options
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 3bf6134..c791526 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1071,6 +1071,7 @@ fun:std::string::_S_construct_aux fun:std::string::_S_construct fun:basic_string + ... fun:safe_browsing::ClientSideDetectionServiceTest_SendClientReportPhishingRequest_Test::TestBody } { @@ -1085,3 +1086,25 @@ fun:URLFetcher::set_upload_data fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingRequest } +{ + bug_62943d + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::string::_Rep::_S_create + fun:std::string::_Rep::_M_clone + fun:std::string::reserve + fun:bool ::InitCanonical + fun:GURL + fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingRequest +} +{ + bug_62943e + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::string::_Rep::_S_create + fun:std::string::_Rep::_M_clone + fun:std::string::_Rep::_M_grab + fun:basic_string + fun:FakeURLFetcherFactory::SetFakeResponse + fun:safe_browsing::ClientSideDetectionServiceTest::SetClientReportPhishingResponse +} |