Werner Lemberg
80a507a6b8
Replace sprintf
with snprintf
.
Fixes #1233.
* include/freetype/config/ftstdlib.h (ft_sprintf): Replace with...
(ft_snprintf): This new macro.
* src/autofit/afhints.c (af_print_idx): Add argument to pass the buffer
size.
(af_glyph_hints_dump_points, af_glyph_hints_dump_segments,
af_glyph_hints_dump_edges): Updated.
* src/bdf/bdflib.c (BUFSIZE): New macro.
(bdf_parse_properties_, bdf_parse_start_): Use `ft_snprintf`.
* src/tools/ftrandom/ftrandom.c (do_test): Use `snprintf`.
2023-05-23 13:18:01 +02:00
..
2023-05-23 13:18:01 +02:00
2023-01-17 09:18:25 +01:00
2023-03-08 10:49:42 +01:00
2022-09-28 22:35:49 -04:00
2022-09-28 22:35:49 -04:00
2023-01-17 09:18:25 +01:00
2020-09-25 08:07:43 +02:00
2023-01-17 09:15:36 +01:00
2020-06-13 21:15:45 +02:00
2020-06-13 21:15:45 +02:00
2020-06-13 21:15:45 +02:00
2023-01-17 19:03:45 +01:00
2023-01-17 09:18:25 +01:00
2023-03-07 07:28:32 +01:00