[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Weirdness with FT_Alloc [was: OpenType with CFF outlines]
From: |
Werner LEMBERG |
Subject: |
Re: Weirdness with FT_Alloc [was: OpenType with CFF outlines] |
Date: |
Tue, 27 Jun 2000 15:10:13 +0200 (CEST) |
> I took a gander at ftsystem.c; ft_alloc is basically malloc, but the
> size parameter passed to ft_alloc is of type long, instead of the
> "usual" size_t. Heck, it doesn't have to be size_t; unsigned long
> would do. I just get worried about passing signed arguments to
> malloc, even if positivity is checked before the call.
ft_alloc() is never used directly; values <= 0 are handled in
FT_Alloc(). This can't be the reason.
Werner
- flex hints in Garamond [was: OpenType with CFF outlines], (continued)
- Re: X11 paths for Solaris [was: OpenType with CFF outlines], Werner LEMBERG, 2000/06/27
- Re: OpenType with CFF outlines, Mehran Mehr, 2000/06/25
- Re: OpenType with CFF outlines, Tom Kacvinsky, 2000/06/25
- Re: OpenType with CFF outlines, Pavel Kankovsky, 2000/06/26
- Re: OpenType with CFF outlines, Tom Kacvinsky, 2000/06/27
- Re: OpenType with CFF outlines, Pavel Kankovsky, 2000/06/27
- Weirdness with FT_Alloc [was: OpenType with CFF outlines], Tom Kacvinsky, 2000/06/27
- Re: Weirdness with FT_Alloc [was: OpenType with CFF outlines], Tom Kacvinsky, 2000/06/27
- Re: Weirdness with FT_Alloc [was: OpenType with CFF outlines],
Werner LEMBERG <=
- Re: Weirdness with FT_Alloc [was: OpenType with CFF outlines], Tom Kacvinsky, 2000/06/27
- Re: Weirdness with FT_Alloc [was: OpenType with CFF outlines], Werner LEMBERG, 2000/06/27
- Re: Weirdness with FT_Alloc [was: OpenType with CFF outlines], David Turner, 2000/06/27
- misalignment with DEC Unix., Tom Kacvinsky, 2000/06/27
- Re: misalignment with DEC Unix., David Turner, 2000/06/27
- Re: misalignment with DEC Unix., Tom Kacvinsky, 2000/06/27
- Re: Weirdness with FT_Alloc [was: OpenType with CFF outlines], Tom Kacvinsky, 2000/06/27
- Re: Weirdness with FT_Alloc [was: OpenType with CFF outlines], Werner LEMBERG, 2000/06/28
- Re: OpenType with CFF outlines, Tom Kacvinsky, 2000/06/27
- Re: OpenType with CFF outlines, Werner LEMBERG, 2000/06/27