diff -up ghostscript-8.61/src/seexec.c.gsbug689577 ghostscript-8.61/src/seexec.c --- ghostscript-8.61/src/seexec.c.gsbug689577 2007-09-25 14:31:24.000000000 +0100 +++ ghostscript-8.61/src/seexec.c 2007-12-11 15:20:35.000000000 +0000 @@ -215,8 +215,10 @@ hp: r = *pr; * so that it will stay under the limit even after adding min_in_size * for a subsequent filter in a pipeline. Note that we have to specify * a size of at least 128 so that filter_read won't round it up. + * The value of 132 is samll enough for the sample file of the bug 689577 but + * still sufficient for comparefiles/fonttest.pdf . */ const stream_template s_exD_template = { - &st_exD_state, s_exD_init, s_exD_process, 8, 200, + &st_exD_state, s_exD_init, s_exD_process, 8, 132, NULL, s_exD_set_defaults };