freetype/src
Alexei Podtelezhnikov 63806aad9f Fortify memory debugging.
These changes are neccessary to properly recover `memory->user` that
holds the Windows heap handle now.

* src/base/ftdbgmem.c (ft_mem_debug_init): Handle all table allocations,
initializations, and sizing instead of...
(ft_mem_table_new): ... this function removed.
(ft_mem_debug_done): Better check for the active debugger and free the
debugger table here instead of...
(ft_mem_table_destroy): ... here.
2021-09-08 10:54:44 -04:00
..
autofit Cosmetic zeros. 2021-09-02 22:10:57 -04:00
base Fortify memory debugging. 2021-09-08 10:54:44 -04:00
bdf * src/bdf/bdflib.c (_bdf_parse_start): Keep parser memory. 2021-09-03 11:31:41 -04:00
bzip2 s/0/NULL/ where appropriate. 2021-09-01 21:37:21 -04:00
cache * src/cache/ftcmanag.c (FTC_Manager_New): Avoid some zeroing. 2021-09-02 22:58:50 -04:00
cff s/0/NULL/ where appropriate. 2021-09-01 21:37:21 -04:00
cid [base] Fix ppem size overflow. 2021-08-18 07:27:02 +02:00
dlg [dlg] Synchronize with upstream. 2021-09-07 06:40:55 -07:00
gxvalid Whitespace formatting. 2021-08-22 22:32:07 -04:00
gzip Fix some cppcheck warnings. 2021-07-24 20:32:16 +02:00
lzw s/0/NULL/ where appropriate. 2021-09-01 21:37:21 -04:00
otvalid Whitespace formatting. 2021-08-22 22:32:07 -04:00
pcf [bdf,pcf] Avoid memory zeroing (contd.). 2021-05-02 18:30:22 -04:00
pfr Whitespace formatting. 2021-08-22 22:32:07 -04:00
psaux Fix some cppcheck warnings. 2021-07-24 20:32:16 +02:00
pshinter Whitespace formatting. 2021-08-22 22:32:07 -04:00
psnames * Version 2.11.0 released. 2021-07-19 18:07:51 +02:00
raster [smooth, raster, sdf] Clean up initialization calls. 2021-09-02 23:30:31 -04:00
sdf [smooth, raster, sdf] Clean up initialization calls. 2021-09-02 23:30:31 -04:00
sfnt [sfnt] Fix format expectation for COLR v1 ClipList 2021-08-19 21:35:08 +00:00
smooth [smooth, raster, sdf] Clean up initialization calls. 2021-09-02 23:30:31 -04:00
tools src/tools/ftrandom/ftrandom.c (_XOPEN_SOURCE): Set to 600. 2021-09-07 18:51:53 -07:00
truetype [truetype] Fix compilation if !TT_CONFIG_OPTION_BYTECODE_INTERPRETER. 2021-08-28 07:36:08 +02:00
type1 [base] Fix ppem size overflow. 2021-08-18 07:27:02 +02:00
type42 Add a comment. 2021-06-15 22:49:21 -04:00
winfonts * src/winfonts/winfnt.c (FNT_Face_Init): Tweak memory macro. 2021-04-26 17:10:28 -04:00