Ticket #1312 (closed defect: fixed)
use of static string in msTmpFile()
| Reported by: | sgillies@… | Owned by: | mapserverbugs |
|---|---|---|---|
| Priority: | high | Milestone: | 5.0 release |
| Component: | MapScript | Version: | 4.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by dmorissette) (diff)
In msTmpFile():
static char tmpId[128]; /* big enough for time + pid + ext */
I'm pretty sure that this doesn't need to be static. Am going to make the change.
I appreciate comments or feedback.
Change History
Note: See
TracTickets for help on using
tickets.
