Skip to content

Potential heap corruption #153

@akater320

Description

@akater320

GeoRaster::warp_into(...) allocates an OGRSpatialReference object in one library and deletes it in another. This can be a problem when the libraries are dynamically linked.

OGRSpatialReference* srs = new OGRSpatialReference;

OGRSpatialReference::DestroySpatialReference(srs);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions