Opened 11 years ago

Closed 11 years ago

#5090 closed defect (fixed)

[patch] CleanupESRIDatumMappingTable causes crash because of double mutex destroy

Reported by: freekvw Owned by: warmerdam
Priority: normal Milestone: 1.10.1
Component: OGR_SRS Version: 1.10.0
Severity: normal Keywords: CleanupESRIDatumMappingTable
Cc:

Description

The hDatumMappingMutex introduced in r25575 is not checked and reset to NULL before destroying it (as was done in r25627 for other mutexes), causing a crash.

Attachments (1)

check_datum_mapping_mutex.patch (400 bytes ) - added by freekvw 11 years ago.
Patch for ogr_srs_esri.cpp

Download all attachments as: .zip

Change History (2)

by freekvw, 11 years ago

Patch for ogr_srs_esri.cpp

comment:1 by Even Rouault, 11 years ago

Milestone: 1.10.1
Resolution: fixed
Status: newclosed

Fixed in trunk (r26017) and branches/1.10 (r26018)

Note: See TracTickets for help on using tickets.