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

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

Issue 113433: Fix memory leak in corrupt JPEG decoding. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « base/gfx/jpeg_codec.cc ('k') | 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 { 1 {
2 Uninitialized value in deflate 2 Uninitialized value in deflate
3 Memcheck:Cond 3 Memcheck:Cond
4 fun:longest_match 4 fun:longest_match
5 fun:deflate_slow 5 fun:deflate_slow
6 fun:MOZ_Z_deflate 6 fun:MOZ_Z_deflate
7 } 7 }
8 { 8 {
9 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome. org/archives/gtk-devel-list/2004-April/msg00230.html 9 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome. org/archives/gtk-devel-list/2004-April/msg00230.html
10 Memcheck:Leak 10 Memcheck:Leak
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 fun:_Znwj 492 fun:_Znwj
493 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE 493 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
494 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj 494 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj
495 fun:_ZNSs7reserveEj 495 fun:_ZNSs7reserveEj
496 fun:_ZNK4GURL17ReplaceComponentsERKN9url_canon12ReplacementsIcEE 496 fun:_ZNK4GURL17ReplaceComponentsERKN9url_canon12ReplacementsIcEE
497 fun:_ZN13URLRequestJob21NotifyHeadersCompleteEv 497 fun:_ZN13URLRequestJob21NotifyHeadersCompleteEv
498 fun:_ZN17URLRequestHttpJob21NotifyHeadersCompleteEv 498 fun:_ZN17URLRequestHttpJob21NotifyHeadersCompleteEv
499 fun:_ZN17URLRequestHttpJob16OnStartCompletedEi 499 fun:_ZN17URLRequestHttpJob16OnStartCompletedEi
500 } 500 }
501 { 501 {
502 # See http://crbug.com/10945
503 bug_10945
504 Memcheck:Leak
505 fun:malloc
506 fun:jpeg_get_small
507 fun:jinit_memory_mgr
508 fun:jpeg_CreateDecompress
509 fun:_ZN9JPEGCodec6DecodeEPKhjNS_11ColorFormatEPSt6vectorIhSaIhEEPiS7_
510 fun:_ZN30JPEGCodec_DecodeCorrupted_Test8TestBodyEv
511 }
512 {
513 # See http://crbug.com/11116 502 # See http://crbug.com/11116
514 bug_11116a 503 bug_11116a
515 Memcheck:Leak 504 Memcheck:Leak
516 fun:_Znwj 505 fun:_Znwj
517 fun:_ZN11ChildThread21OnProcessFinalReleaseEv 506 fun:_ZN11ChildThread21OnProcessFinalReleaseEv
518 } 507 }
519 { 508 {
520 # See http://crbug.com/11116 509 # See http://crbug.com/11116
521 bug_11116b 510 bug_11116b
522 Memcheck:Leak 511 Memcheck:Leak
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 Memcheck:Cond 578 Memcheck:Cond
590 fun:strlen 579 fun:strlen
591 ... 580 ...
592 fun:__xmlRaiseError 581 fun:__xmlRaiseError
593 ... 582 ...
594 fun:_ZN16Toolbar5Importer17LocateNextOpenTagEP9XmlReader 583 fun:_ZN16Toolbar5Importer17LocateNextOpenTagEP9XmlReader
595 fun:_ZN16Toolbar5Importer27LocateNextTagWithStopByNameEP9XmlReaderRKSsS3_ 584 fun:_ZN16Toolbar5Importer27LocateNextTagWithStopByNameEP9XmlReaderRKSsS3_
596 fun:_ZN16Toolbar5Importer24ParseBookmarksFromReaderEP9XmlReaderPSt6vectorIN13 ProfileWriter13BookmarkEntryESaIS4_EE 585 fun:_ZN16Toolbar5Importer24ParseBookmarksFromReaderEP9XmlReaderPSt6vectorIN13 ProfileWriter13BookmarkEntryESaIS4_EE
597 fun:_ZN39Toolbar5ImporterTest_BookmarkParse_Test8TestBodyEv 586 fun:_ZN39Toolbar5ImporterTest_BookmarkParse_Test8TestBodyEv
598 } 587 }
OLDNEW
« no previous file with comments | « base/gfx/jpeg_codec.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698