From 3bf7baaac37913400b6a98cd4da6392e0c8f58be Mon Sep 17 00:00:00 2001 From: suzuki toshiya Date: Sun, 12 Jul 2009 23:54:40 +0900 Subject: [PATCH] Formatting. --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31a07f421..53d474de9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,9 +14,9 @@ Suggested by der Mouse . * src/smooth/ftsmooth.c (ft_smooth_render_generic): Improve - the check for too large glyph. Replace the pair of `pitch' and - `height' by the pair of `width' and `height'. `pitch' cannot - be greater than `height'. The required is checking the product + the check for too large glyph. Replace the pair of `pitch' and + `height' by the pair of `width' and `height'. `pitch' cannot + be greater than `height'. The required is checking the product `pitch' * `height' <= FT_ULONG_MAX, but we use cheap checks for the realistic case only. @@ -39,7 +39,7 @@ 2009-07-08 suzuki toshiya Prevent the overflows by a glyph with too many points or contours. - The bug is reported by Boris Letocha . See + The bug is reported by Boris Letocha . See http://lists.gnu.org/archive/html/freetype-devel/2009-06/msg00031.html http://lists.gnu.org/archive/html/freetype-devel/2009-07/msg00002.html