ref: 3bf7baaac37913400b6a98cd4da6392e0c8f58be
parent: a2ef3769bcd48da970bf177876c0d95cc91ff7ed
author: suzuki toshiya <[email protected]>
date: Sun Jul 12 19:54:40 EDT 2009
Formatting.
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,9 +14,9 @@
Suggested by der Mouse <[email protected]>.
* 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 <[email protected]>
Prevent the overflows by a glyph with too many points or contours.
- The bug is reported by Boris Letocha <[email protected]>. See
+ The bug is reported by Boris Letocha <[email protected]>. 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