Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| f420757c | 2009-08-01 00:30:14 | lzw: Count the size of the memory object by ptrdiff_t. | ||
| a49db4f8 | 2009-03-20 07:30:43 | Copyright. | ||
| 0a05ba25 | 2009-03-20 07:19:45 | Protect against malformed compressed data. Problem reported by Tavis Ormandy <taviso@google.com>. * src/lsw/ftzopen.c (ft_lzwstate_io): Test whether `state->prefix' is zero. | ||
| 1c8980ef | 2007-05-25 07:11:12 | * docs/CHANGES: Updated. Formatting. | ||
| 3e2f953a | 2007-05-22 13:10:59 | real fix for bug #19910. the .Z format is really badly designed :-( | ||
| 0d0365ec | 2007-05-22 09:53:44 | avoid heap explosion in the case of malformed .Z font files related to bug #19910, but not a bugfix yet | ||
| c6afa122 | 2006-05-02 22:22:16 | * include/freetype/internal/ftmemory.h: s/new/newsz/ (for C++). (FT_ALLOC): Remove redundant redefinition. * builds/compiler/gcc-dev.mk (CFLAGS) [g++]: Don't use `-Wstrict-prototypes'. * src/base/ftstream.c (FT_Stream_EnterFrame): Add cast. Formatting, copyright years. | ||
| 9ca78256 | 2006-05-02 09:00:29 | * include/freetype/internal/ftmemory.h, src/base/ftbitmap.c, src/base/ftmac.c, src/base/ftrfork.c, src/lzw/ftzopen.c, src/raster/ftrend1.c, src/sfnt/ttpost.c, src/truetype/ttgxvar.c, src/type42/t42parse.c, src/winfonts/winfnt.c: hardening the code against out-of-bounds conditions when allocating arrays. This is for the cases where FT_NEW_ARRAY and FT_RENEW_ARRAY are not used already. Introducing the new FT_ALLOC_MULT and FT_REALLOC_MULT macros. | ||
| 84cacd23 | 2005-10-23 19:25:41 | formatting, comment clean-up | ||
| 560d5fed | 2005-10-21 09:08:28 | Minor cleanups. Copyright issues. | ||
| c1b6d082 | 2005-10-20 15:33:34 | * src/base/ftdbgmem.c: fixes to better account for memory reallocations * src/lzw/ftlzw2.c, src/lzw/ftzopen.h, src/lzw/ftzopen.c, src/lzw/rules.mk: first version of LZW loader re-implementation. Apparently, saves about 260 KB of heap memory when loading tir24.pcf.Z |