CVS Update: xc (branch: trunk)

Marc Aurele La France <[email protected]> Sat, 16 Dec 2006 07:08:38 -0800 (PST)
Newsgroups gmane.comp.xfree86.cvs
Message-ID <[email protected]>
CVSROOT:	/home/x-cvs
Module name:	xc
Changes by:	[email protected].	06/12/16 07:08:38

Log message:
    89. More work on integer overflows and memory leaks in Type1 font code.
        Needs further testing (Marc La France).

Modified files:
      xc/lib/font/Type1/:
        afm.c cidchar.c fontfcn.h objects.c scanfont.c t1funcs.c 
        t1malloc.c t1test.c util.h 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
  
  Revision      Changes    Path
  1.7           +7 -7      xc/lib/font/Type1/afm.c
  1.12          +90 -37    xc/lib/font/Type1/cidchar.c
  1.7           +6 -2      xc/lib/font/Type1/fontfcn.h
  1.13          +11 -8     xc/lib/font/Type1/objects.c
  1.20          +4 -4      xc/lib/font/Type1/scanfont.c
  3.36          +21 -18    xc/lib/font/Type1/t1funcs.c
  1.14          +6 -1      xc/lib/font/Type1/t1malloc.c
  1.3           +2 -1      xc/lib/font/Type1/t1test.c
  1.7           +7 -1      xc/lib/font/Type1/util.h
  3.3823        +3 -1      xc/programs/Xserver/hw/xfree86/CHANGELOG