OLD | NEW |
1 # There are four kinds of suppressions in this file. | 1 # There are four kinds of suppressions in this file. |
2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
3 # | 3 # |
4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 { | 431 { |
432 bug_51328b (Third Party) | 432 bug_51328b (Third Party) |
433 Memcheck:Leak | 433 Memcheck:Leak |
434 ... | 434 ... |
435 fun:SEC_PKCS7DecoderStart | 435 fun:SEC_PKCS7DecoderStart |
436 ... | 436 ... |
437 fun:SEC_ASN1DecoderUpdate_Util | 437 fun:SEC_ASN1DecoderUpdate_Util |
438 fun:SEC_PKCS12DecoderUpdate | 438 fun:SEC_PKCS12DecoderUpdate |
439 } | 439 } |
440 { | 440 { |
| 441 # See http://sourceware.org/bugzilla/show_bug.cgi?id=14015. |
441 bug_51770 (Third Party) | 442 bug_51770 (Third Party) |
442 Memcheck:Leak | 443 Memcheck:Leak |
443 fun:calloc | 444 fun:calloc |
444 fun:_dlerror_run | 445 fun:_dlerror_run |
445 fun:dlsym | 446 fun:dlsym |
446 } | 447 } |
447 { | 448 { |
448 bug_58730_strlen_addr8 (Third Party) | 449 bug_58730_strlen_addr8 (Third Party) |
449 Memcheck:Unaddressable | 450 Memcheck:Unaddressable |
450 fun:__strlen_sse2 | 451 fun:__strlen_sse2 |
(...skipping 5389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5840 obj:/lib/libselinux.so.1 | 5841 obj:/lib/libselinux.so.1 |
5841 } | 5842 } |
5842 { | 5843 { |
5843 bug_todo_grep | 5844 bug_todo_grep |
5844 Memcheck:Leak | 5845 Memcheck:Leak |
5845 fun:malloc | 5846 fun:malloc |
5846 obj:/bin/grep | 5847 obj:/bin/grep |
5847 obj:/bin/grep | 5848 obj:/bin/grep |
5848 } | 5849 } |
5849 | 5850 |
OLD | NEW |