Summary: | ps2epsi: insecure temp files | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Till Kamppeter <till.kamppeter> |
Component: | General | Assignee: | Default assignee <ghostpdl-bugs> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | master | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.cups.org/str.php?L1630 | ||
Customer: | Word Size: | --- | |
Bug Depends on: | |||
Bug Blocks: | 689315 | ||
Attachments: | mktemp usage in pstoepsi |
Description
Till Kamppeter
2007-07-04 05:32:28 UTC
Created attachment 3143 [details]
mktemp usage in pstoepsi
The patch uses mktemp only if it exists. On systems without mktemp the old method is used. Fixed in SVN revision 8103. |