freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

a bug in ft2 (uninitialized variable)


From: Hirotsugu Kakugawa
Subject: a bug in ft2 (uninitialized variable)
Date: Tue, 01 Aug 2000 15:02:36 +0900

Hi.

In FreeType2, 'args' of FT_Open_Args type is not initialized.
If C compiler does not initialize the variable, 
an unexpected situation will occur.

I found such a code:
in src/base/ftobj.c
  FT_New_Face()        
  FT_New_Memory_Face()
  FT_Attach_File()

in src/base/ftmac.c
  open_face_from_buffer()
  FT_New_Face()


-- h.kakugawa


reply via email to

[Prev in Thread] Current Thread [Next in Thread]