[CentOS] Ghostscript update?

Wed Jan 11 18:58:39 UTC 2017
m.roth at 5-cent.us <m.roth at 5-cent.us>

Leonard's summary of the fix (and I note this is just for CentOS 6) is
diff -up /usr/share/ghostscript/8.70/Resource/Init/gs_init.ps.new.bad
/usr/share/ghostscript/8.70/Resource/Init/gs_init.ps
--- /usr/share/ghostscript/8.70/Resource/Init/gs_init.ps.new.bad   
2017-01-04 11:20:37.000000000 +0100
+++ /usr/share/ghostscript/8.70/Resource/Init/gs_init.ps    2015-07-24
00:00:19.000000000 +0200
@@ -2025,7 +2025,6 @@ readonly def
       /LockFilePermissions true
     >> setuserparams
   }
-  systemdict /getenv {pop //false} put
   if
   % setpagedevice has the side effect of clearing the page, but
   % we will just document that. Using setpagedevice keeps the device

Which, if I understand what I'm reading, just has added the systemdict
line. I added that, and tried to run evince, which did not crash, but did
give me
invalidaccess -7
invalidaccess -7
invalidaccess -7

Have I misunderstood the fix?

       mark