Ticket #1500 (closed defect: fixed)
Thread safety broken in GTIF driver
| Reported by: | scott@… | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | default | Version: | 1.4.0 |
| Severity: | major | Keywords: | |
| Cc: |
Description
The functions GTIFWktFromMemBuf() and GTIFMemBufFromWkt() in frmts/gtiff/gt_wkt_srs.cpp are using statically defined filenames which is not thread safe. Modified local copy to use tempnam()/_tempnam() and free() to make thread safe. Could you update the FAQ with the list of vetted drivers?
Change History
Note: See
TracTickets for help on using
tickets.
