bugThe FreeType Project - Bugs: bug #35600, Out-of-bounds read in...

 
 

bug #35600: Out-of-bounds read in _bdf_parse_glyphs (2)

Submitted by:  Mateusz Jurczyk <j00ru>
Submitted on:  Thu 23 Feb 2012 12:34:40 PM UTC  
 
Severity: 3 - NormalItem Group: Crash
Status: FixedPrivacy: Public
Assigned to: Werner LEMBERG <wl>Open/Closed: Closed
Planned Release: 2.4.9

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Sun 26 Feb 2012 07:16:36 AM UTC, comment #1:

Fixed in git, thanks.

Werner LEMBERG <wl>
Project AdministratorIn charge of this item.
Thu 23 Feb 2012 12:34:40 PM UTC, original submission:

Crash tested with ftbench, compiled under Ubuntu amd64 with AddressSanitizer (http://code.google.com/p/address-sanitizer/).

Log from ASAN build:

=================================================================
==29475== ERROR: AddressSanitizer heap-buffer-overflow on address 0x7fb3dbe62480 at pc 0x571cc7 bp 0x7fff6ba9f090 sp 0x7fff6ba9f088
READ of size 1 at 0x7fb3dbe62480 thread T0
#0 0x571cc7 _bdf_parse_glyphs
#1 0x56a876 _bdf_readstream
#2 0x568a19 bdf_load_font
#3 0x565aad BDF_Face_Init
#4 0x4913e0 open_face
#5 0x4909a3 FT_Open_Face
#6 0x48fd06 FT_New_Face
#7 0x487557 get_face
#8 0x487cb1 main
#9 0x7fb3dcab6d5d __libc_start_main
0x7fb3dbe62480 is located 0 bytes to the right of 1024-byte region [0x7fb3dbe62080,0x7fb3dbe62480)
allocated by thread T0 here:
#0 0x5c3222 malloc
#1 0x4a0434 ft_mem_qalloc
#2 0x48b3cf ft_mem_alloc
#3 0x4a3012 ft_mem_qrealloc
#4 0x48bccd ft_mem_realloc
#5 0x56a6cd _bdf_readstream
#6 0x568a19 bdf_load_font
#7 0x565aad BDF_Face_Init
#8 0x4913e0 open_face
#9 0x4909a3 FT_Open_Face
#10 0x48fd06 FT_New_Face
#11 0x487557 get_face
#12 0x487cb1 main
#13 0x7fb3dcab6d5d __libc_start_main
==29475== ABORTING
Stats: 0M malloced (0M for red zones) by 858 calls
Stats: 0M realloced by 3 calls
Stats: 0M freed by 31 calls
Stats: 0M really freed by 0 calls
Stats: 36M (9221 full pages) mmaped in 9 calls
mmaps by size class: 8:16383; 9:8191; 10:4095; 11:2047; 12:1024; 13:512; 14:256; 15:128; 16:64;
mallocs by size class: 8:817; 9:20; 10:7; 11:6; 12:3; 13:1; 14:1; 15:2; 16:1;
frees by size class: 8:18; 9:3; 10:6; 11:2; 12:1; 13:1;
rfrees by size class:
Stats: malloc large: 0 small slow: 10
Shadow byte and word:
0x1ff67b7cc490: fa
0x1ff67b7cc490: fa fa fa fa fa fa fa fa
More shadow bytes:
0x1ff67b7cc470: 00 00 00 00 00 00 00 00
0x1ff67b7cc478: 00 00 00 00 00 00 00 00
0x1ff67b7cc480: 00 00 00 00 00 00 00 00
0x1ff67b7cc488: 00 00 00 00 00 00 00 00
=>0x1ff67b7cc490: fa fa fa fa fa fa fa fa
0x1ff67b7cc498: fa fa fa fa fa fa fa fa
0x1ff67b7cc4a0: fa fa fa fa fa fa fa fa
0x1ff67b7cc4a8: fa fa fa fa fa fa fa fa
0x1ff67b7cc4b0: fa fa fa fa fa fa fa fa

Log from Valgrind:

==29467== Memcheck, a memory error detector
==29467== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==29467== Using Valgrind-3.8.0.SVN and LibVEX; rerun with -h for copyright info
==29467== Command: ./a.out tmp/freetype/10x20gmb.bdf.asan.77.6
==29467==
==29467== Invalid read of size 1
==29467== at 0x434E20: _bdf_parse_glyphs (freetype2/freetype-2.4.8/src/bdf/bdflib.c:1705)
==29467== by 0x433000: BDF_Face_Init (freetype2/freetype-2.4.8/src/bdf/bdflib.c:722)
==29467== by 0x4089B7: open_face (freetype2/freetype-2.4.8/src/base/ftobjs.c:1149)
==29467== by 0x40B362: FT_Open_Face (freetype2/freetype-2.4.8/src/base/ftobjs.c:2076)
==29467== by 0x40C58A: FT_New_Face (freetype2/freetype-2.4.8/src/base/ftobjs.c:1211)
==29467== by 0x40235C: get_face (freetype2/ft2demos-2.4.8/src/ftbench.c:624)
==29467== by 0x402660: main (freetype2/ft2demos-2.4.8/src/ftbench.c:752)
==29467== Address 0x53dc780 is 0 bytes after a block of size 1,024 alloc'd
==29467== at 0x4C2A4D6: malloc (coregrind/m_replacemalloc/vg_replace_malloc.c:263)
==29467== by 0x406CBF: ft_mem_qalloc (freetype2/freetype-2.4.8/src/base/ftutil.c:76)
==29467== by 0x4082D2: ft_mem_alloc (freetype2/freetype-2.4.8/src/base/ftutil.c:55)
==29467== by 0x408404: ft_mem_qrealloc (freetype2/freetype-2.4.8/src/base/ftutil.c:145)
==29467== by 0x408CCA: ft_mem_realloc (freetype2/freetype-2.4.8/src/base/ftutil.c:101)
==29467== by 0x4326A1: BDF_Face_Init (freetype2/freetype-2.4.8/src/bdf/bdflib.c:634)
==29467== by 0x4089B7: open_face (freetype2/freetype-2.4.8/src/base/ftobjs.c:1149)
==29467== by 0x40B362: FT_Open_Face (freetype2/freetype-2.4.8/src/base/ftobjs.c:2076)
==29467== by 0x40C58A: FT_New_Face (freetype2/freetype-2.4.8/src/base/ftobjs.c:1211)
==29467== by 0x40235C: get_face (freetype2/ft2demos-2.4.8/src/ftbench.c:624)
==29467== by 0x402660: main (freetype2/ft2demos-2.4.8/src/ftbench.c:752)
==29467==
==29467== Invalid read of size 1
==29467== at 0x434E5E: _bdf_parse_glyphs (freetype2/freetype-2.4.8/src/bdf/bdflib.c:1716)
==29467== by 0x433000: BDF_Face_Init (freetype2/freetype-2.4.8/src/bdf/bdflib.c:722)
==29467== by 0x4089B7: open_face (freetype2/freetype-2.4.8/src/base/ftobjs.c:1149)
==29467== by 0x40B362: FT_Open_Face (freetype2/freetype-2.4.8/src/base/ftobjs.c:2076)
==29467== by 0x40C58A: FT_New_Face (freetype2/freetype-2.4.8/src/base/ftobjs.c:1211)
==29467== by 0x40235C: get_face (freetype2/ft2demos-2.4.8/src/ftbench.c:624)
==29467== by 0x402660: main (freetype2/ft2demos-2.4.8/src/ftbench.c:752)
==29467== Address 0x53dc781 is 1 bytes after a block of size 1,024 alloc'd
==29467== at 0x4C2A4D6: malloc (coregrind/m_replacemalloc/vg_replace_malloc.c:263)
==29467== by 0x406CBF: ft_mem_qalloc (freetype2/freetype-2.4.8/src/base/ftutil.c:76)
==29467== by 0x4082D2: ft_mem_alloc (freetype2/freetype-2.4.8/src/base/ftutil.c:55)
==29467== by 0x408404: ft_mem_qrealloc (freetype2/freetype-2.4.8/src/base/ftutil.c:145)
==29467== by 0x408CCA: ft_mem_realloc (freetype2/freetype-2.4.8/src/base/ftutil.c:101)
==29467== by 0x4326A1: BDF_Face_Init (freetype2/freetype-2.4.8/src/bdf/bdflib.c:634)
==29467== by 0x4089B7: open_face (freetype2/freetype-2.4.8/src/base/ftobjs.c:1149)
==29467== by 0x40B362: FT_Open_Face (freetype2/freetype-2.4.8/src/base/ftobjs.c:2076)
==29467== by 0x40C58A: FT_New_Face (freetype2/freetype-2.4.8/src/base/ftobjs.c:1211)
==29467== by 0x40235C: get_face (freetype2/ft2demos-2.4.8/src/ftbench.c:624)
==29467== by 0x402660: main (freetype2/ft2demos-2.4.8/src/ftbench.c:752)
==29467==
couldn't load font resource
==29467==
==29467== HEAP SUMMARY:
==29467== in use at exit: 0 bytes in 0 blocks
==29467== total heap usage: 312 allocs, 312 frees, 109,923 bytes allocated
==29467==
==29467== All heap blocks were freed -- no leaks are possible
==29467==
==29467== For counts of detected and suppressed errors, rerun with: -v
==29467== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 4 from 4)

Mateusz Jurczyk <j00ru>
Project Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

Attached Files
file #25133:  10x20gmb.bdf.asan.77.6 added by j00ru (35KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by wl (Updated the item)
  • -unavailable- added by j00ru (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 6 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Sun 26 Feb 2012 07:16:36 AM UTCwlStatusNone=>Fixed
      PrivacyPrivate=>Public
      Open/ClosedOpen=>Closed
      Planned ReleaseNone=>2.4.9
    Sat 25 Feb 2012 01:22:22 PM UTCwlAssigned toNone=>wl
    Thu 23 Feb 2012 12:34:40 PM UTCj00ruAttached File-=>Added 10x20gmb.bdf.asan.77.6, #25133

    Back to the top


    Powered by Savane 3.1-cleanup1