Re: [ft-devel] details on iPhone exploit caused by FreeType?

2011-07-09 Thread Алексей Подтележников
On Sat, Jul 9, 2011 at 12:53 AM, Werner LEMBERG w...@gnu.org wrote: I would have this check under default: on line 1013 because other cases have good checks already. But the `default' label continues, while `Unexpected_OtherSubr' aborts... Again, good cases do not need this check because

Re: [ft-devel] details on iPhone exploit caused by FreeType?

2011-07-09 Thread Алексей Подтележников
Moving error check down to default, where it belongs diff --git a/src/psaux/t1decode.c b/src/psaux/t1decode.c index a60ec38..f015e47 100644 --- a/src/psaux/t1decode.c +++ b/src/psaux/t1decode.c @@ -686,9 +686,6 @@ subr_no = (FT_Int)( top[1] 16 ); arg_cnt = (FT_Int)( top[0] 16

Re: [ft-devel] details on iPhone exploit caused by FreeType?

2011-07-09 Thread Werner LEMBERG
Moving error check down to default, where it belongs Applied, thanks. Werner ___ Freetype-devel mailing list Freetype-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype-devel