[gs-bugs] [Bug 689535] Print PDF-> PS ok, PS -> PDF not ok
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Tue Jul 29 12:20:48 PDT 2008
http://bugs.ghostscript.com/show_bug.cgi?id=689535
alex.cherepanov at artifex.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex.cherepanov at artifex.com 2008-07-29 12:20 -------
The patch from the comment #2 is committed as a rev. 8901.
Even if NULL pointers to structures are invalid, a crash in execstack
is clearly undesirable.
This patch is similar to a protection measure in modern printf(),
which prints NULL instead of crashing when it receives NULL pointer.
Besides, NULL is a valid pointer value in C and it should be possible
to pass it through PostScript level and expect that it is compatible
with the error handler.
------- 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