[gs-bugs] [Bug 690209] Stack overflow in procedure definition
causes /undefined error
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Sat Feb 7 15:59:02 PST 2009
http://bugs.ghostscript.com/show_bug.cgi?id=690209
------- Additional Comments From alex.cherepanov at artifex.com 2009-02-07 15:59 -------
Correct handling of the operand stack overflow requires one more element.
So the maximum operand stack size should be reduced by 1 element
relatively to the size set by rev. 6889 for the bug 688764.
Index: gs/Resource/Init/gs_init.ps
===================================================================
--- gs/Resource/Init/gs_init.ps (revision 9454)
+++ gs/Resource/Init/gs_init.ps (working copy)
@@ -209,7 +209,7 @@
% during initialization.
/MaxDictStack 500
/MaxExecStack 5000
- /MaxOpStack 65414
+ /MaxOpStack 65413
.dicttomark .setuserparams
} if
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list