| 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 2110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2121 UNINITIALIZED READ | 2121 UNINITIALIZED READ |
| 2122 name=bug_591092 | 2122 name=bug_591092 |
| 2123 webcore_shared.dll!std::_Equal<> | 2123 webcore_shared.dll!std::_Equal<> |
| 2124 webcore_shared.dll!WTF::operator==<> | 2124 webcore_shared.dll!WTF::operator==<> |
| 2125 webcore_shared.dll!blink::CSSVariableData::operator== | 2125 webcore_shared.dll!blink::CSSVariableData::operator== |
| 2126 webcore_shared.dll!blink::dataEquivalent<> | 2126 webcore_shared.dll!blink::dataEquivalent<> |
| 2127 webcore_shared.dll!blink::dataEquivalent<> | 2127 webcore_shared.dll!blink::dataEquivalent<> |
| 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 |
| 2132 UNINITIALIZED READ |
| 2133 name=bug_593594 |
| 2134 blink_platform.dll!qcms_transform_data_rgba_out_lut_sse2 |
| 2135 blink_platform.dll!qcms_transform_data_type |
| 2136 blink_platform.dll!blink::JPEGImageDecoder::outputScanlines |
| 2137 blink_platform.dll!blink::JPEGImageReader::decode |
| OLD | NEW |