Opened 17 years ago
Closed 17 years ago
#439 closed defect (fixed)
MgStreamHelper GetDouble method throws exception
Reported by: | chrisclaydon | Owned by: | chrisclaydon |
---|---|---|---|
Priority: | high | Milestone: | 2.0 |
Component: | General | Version: | 2.0.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1047609 |
Description
This method attempts to copy data from an invalid memory location - it uses an integer value as a pointer rather than using a reference to the integer location in memory.
The fix is a simple one-character change.
Note:
See TracTickets
for help on using tickets.
Fixed by submissions:
http://trac.osgeo.org/mapguide/changeset/2933
http://trac.osgeo.org/mapguide/changeset/2934