Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10809053: Extend the suppression for issue 138045 (use-after-free errors in glslang_parse) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 5531 matching lines...) Expand 10 before | Expand all | Expand 10 after
5542 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv 5542 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv
5543 fun:_ZN7WebCore12WorkerThread12workerThreadEv 5543 fun:_ZN7WebCore12WorkerThread12workerThreadEv
5544 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv 5544 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
5545 } 5545 }
5546 { 5546 {
5547 bug_138045 5547 bug_138045
5548 Memcheck:Unaddressable 5548 Memcheck:Unaddressable
5549 ... 5549 ...
5550 fun:_ZSteqIcEN9__gnu_cxx11__enable_ifIXsrSt9__is_charIT_E7__valueEbE6__typeER KSbIS3_St11char_traitsIS3_ESaIS3_EESC_ 5550 fun:_ZSteqIcEN9__gnu_cxx11__enable_ifIXsrSt9__is_charIT_E7__valueEbE6__typeER KSbIS3_St11char_traitsIS3_ESaIS3_EESC_
5551 fun:_ZL12getDirectivePKN2pp5TokenE 5551 fun:_ZL12getDirectivePKN2pp5TokenE
5552 ...
5552 fun:_ZN2pp15DirectiveParser14parseDirectiveEPNS_5TokenE 5553 fun:_ZN2pp15DirectiveParser14parseDirectiveEPNS_5TokenE
5553 fun:_ZN2pp15DirectiveParser3lexEPNS_5TokenE 5554 fun:_ZN2pp15DirectiveParser3lexEPNS_5TokenE
5554 fun:_ZN2pp13MacroExpander8getTokenEPNS_5TokenE 5555 fun:_ZN2pp13MacroExpander8getTokenEPNS_5TokenE
5555 fun:_ZN2pp13MacroExpander3lexEPNS_5TokenE 5556 fun:_ZN2pp13MacroExpander3lexEPNS_5TokenE
5556 fun:_ZN2pp12Preprocessor3lexEPNS_5TokenE 5557 fun:_ZN2pp12Preprocessor3lexEPNS_5TokenE
5557 fun:_ZL12string_inputPciPv 5558 fun:_ZL12string_inputPciPv
5558 fun:_ZL18yy_get_next_bufferPv 5559 fun:_ZL18yy_get_next_bufferPv
5559 fun:_Z5yylexP7YYSTYPEPv 5560 fun:_Z5yylexP7YYSTYPEPv
5560 fun:_Z7yyparseP13TParseContext 5561 fun:_Z7yyparseP13TParseContext
5561 fun:_Z13glslang_parseP13TParseContext 5562 fun:_Z13glslang_parseP13TParseContext
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
5753 obj:/lib/libselinux.so.1 5754 obj:/lib/libselinux.so.1
5754 obj:/lib/libselinux.so.1 5755 obj:/lib/libselinux.so.1
5755 } 5756 }
5756 { 5757 {
5757 bug_todo_grep 5758 bug_todo_grep
5758 Memcheck:Leak 5759 Memcheck:Leak
5759 fun:malloc 5760 fun:malloc
5760 obj:/bin/grep 5761 obj:/bin/grep
5761 obj:/bin/grep 5762 obj:/bin/grep
5762 } 5763 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698