From df5f466c855cf00588a26608e96b374b4322a736 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Fri, 27 Nov 2015 23:54:52 +0000 Subject: Avoid to crash and abort with an error message when the character size >= 2048 pt. git-svn-id: svn://tug.org/texlive/trunk@38962 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/dvicopy.ch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/dvicopy.ch') diff --git a/Build/source/texk/web2c/dvicopy.ch b/Build/source/texk/web2c/dvicopy.ch index 4af1dadd811..2464bb543db 100644 --- a/Build/source/texk/web2c/dvicopy.ch +++ b/Build/source/texk/web2c/dvicopy.ch @@ -294,7 +294,7 @@ alpha:=16; while z>=@'40000000 do @y alpha:=16; -if z>@'400000000 then abort('Character size is too large!'); +if z>=@'1000000000 then abort('Character size is too large!'); while z>=@'40000000 do @z -- cgit v1.2.3