Re: Ghostscript/GhostPDL 9.28 Release Candidate 1

"Akira Kakuto" <[email protected]> Thu, 22 Aug 2019 13:33:04 +0900
Newsgroups gmane.comp.printing.ghostscript.devel
Message-ID <11239EC909954D789C23C2BE64B784C2@CJ3001517A>
Dear Chris,

> Thanks very much!!!
> This time, all of my problems disappeared!

I tested a file test.ps:

%!PS
(c:/usr/local/share/texmf-dist/fonts/enc/dvips/base/8r.enc) run
quit

After the patch
https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=935408d62057

gswin32c test.ps
and
gswin32c -dSAFER test.ps

return without errors.

While
gswin32c -dSAFER -dOLDSAFER test.ps
returns with Error: /invalidfileaccess in --run--

I fear that after the patch
https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=935408d62057
the new SAFER mode may not be safer.

Thanks,
Akira