Summary: | Internal strings too short for long GenericResourceDir path | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Ray Johnston <ray.johnston> |
Component: | PS Interpreter | Assignee: | Ray Johnston <ray.johnston> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | ||
Priority: | P1 | ||
Version: | master | ||
Hardware: | All | ||
OS: | All | ||
Customer: | 590 | Word Size: | --- |
Description
Ray Johnston
2003-08-08 11:29:04 UTC
I reviewed all strings used in the 'helper' and PDF interp .ps files and adjustedstring sizes so that filename paths are 8192 bytes. Various platforms may fail with shorter paths, but this will allow long paths on OS's that allow them. I also changed the strings used for file copy operations to 64000 to make them be consistent and slightly more efficient (less loops). |