| OLD | NEW |
| 1 # This file contains suppressions for the Dr.Memory tool, see | 1 # This file contains suppressions for the Dr.Memory tool, see |
| 2 # http://dev.chromium.org/developers/how-tos/using-drmemory | 2 # http://dev.chromium.org/developers/how-tos/using-drmemory |
| 3 # | 3 # |
| 4 # This file should contain suppressions only for the reports happening | 4 # This file should contain suppressions only for the reports happening |
| 5 # in the 'full' mode (drmemory_full). | 5 # in the 'full' mode (drmemory_full). |
| 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), | 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), |
| 7 # please use suppressions.txt instead. | 7 # please use suppressions.txt instead. |
| 8 | 8 |
| 9 ############################################################### | 9 ############################################################### |
| 10 # Known reports on the third party we have no control over. | 10 # Known reports on the third party we have no control over. |
| (...skipping 2117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2128 ... | 2128 ... |
| 2129 webcore_shared.dll!blink::Document::updateStyle | 2129 webcore_shared.dll!blink::Document::updateStyle |
| 2130 webcore_shared.dll!blink::Document::updateLayoutTree | 2130 webcore_shared.dll!blink::Document::updateLayoutTree |
| 2131 | 2131 |
| 2132 UNINITIALIZED READ | 2132 UNINITIALIZED READ |
| 2133 name=bug_593594 | 2133 name=bug_593594 |
| 2134 blink_platform.dll!qcms_transform_data_rgba_out_lut_sse2 | 2134 blink_platform.dll!qcms_transform_data_rgba_out_lut_sse2 |
| 2135 blink_platform.dll!qcms_transform_data_type | 2135 blink_platform.dll!qcms_transform_data_type |
| 2136 blink_platform.dll!blink::JPEGImageDecoder::outputScanlines | 2136 blink_platform.dll!blink::JPEGImageDecoder::outputScanlines |
| 2137 blink_platform.dll!blink::JPEGImageReader::decode | 2137 blink_platform.dll!blink::JPEGImageReader::decode |
| 2138 |
| 2139 UNADDRESSABLE ACCESS |
| 2140 name=bug_594614a |
| 2141 *!std::basic_string<>::assign |
| 2142 *!net::HostResolverImplTest_CancelWithinCallback_Test::TestBody |
| 2143 *!testing::internal::HandleExceptionsInMethodIfSupported<> |
| 2144 |
| 2145 UNADDRESSABLE ACCESS |
| 2146 name=bug_594614b |
| 2147 *!std::basic_string<>::assign |
| 2148 *!net::HostResolverImplTest_DeleteWithinCallback_Test::TestBody |
| 2149 *!testing::internal::HandleExceptionsInMethodIfSupported<> |
| 2150 |
| 2151 UNADDRESSABLE ACCESS |
| 2152 name=bug_594618 |
| 2153 chromium_sqlite3.dll!sqlite3ExprSkipCollate |
| 2154 chromium_sqlite3.dll!isDistinctRedundant |
| 2155 chromium_sqlite3.dll!sqlite3WhereBegin |
| 2156 chromium_sqlite3.dll!sqlite3Select |
| 2157 chromium_sqlite3.dll!yy_reduce |
| 2158 chromium_sqlite3.dll!sqlite3Parser |
| 2159 chromium_sqlite3.dll!sqlite3RunParser |
| 2160 chromium_sqlite3.dll!sqlite3Prepare |
| 2161 chromium_sqlite3.dll!sqlite3LockAndPrepare |
| 2162 chromium_sqlite3.dll!sqlite3_prepare_v2 |
| 2163 sql.dll!sql::Connection::GetUniqueStatement |
| 2164 *!net::SQLitePersistentCookieStore::Backend::InitializeDatabase |
| 2165 *!net::SQLitePersistentCookieStore::Backend::LoadAndNotifyInBackground |
| OLD | NEW |