Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes mbnavadjust crash and crash on Windows writing GMT grids #1095

Merged
merged 3 commits into from
May 21, 2020

Conversation

dwcaress
Copy link
Owner

Mbnavadjust: Fixed crash on Linux when executing the Auto Set Vertical Offset
function (didn't dimension arrays large enough).

Writing GMT grids: Fixed crash reported by Joaquim Luis on Windows when writing
GMT grids - the problem was a function call that caused GDAL to allocate a string
but then it allowing that pointer to be freed in GMT functions. The solution is
to copy the string and free the pointer using a GDAL call.

David Caress and others added 3 commits May 18, 2020 14:22
Changed test/utilities/Makefile.in so that the CI test log will cat the log files for the tests of mbbackangle, mbgrid, and mbprocess. These are failing in one of the Travis-CI test builds - the one for Ubuntu Xenial. All other test builds succeed, and the reason for the one failure is unknown for lack of access to the failed test output.
Mbnavadjust: Fixed crash on Linux when executing the Auto Set Vertical Offset
function (didn't dimension arrays large enough).

Writing GMT grids: Fixed crash reported by Joaquim Luis on Windows when writing
GMT grids - the problem was a function call that caused GDAL to allocate a string
but then it allowing that pointer to be freed in GMT functions. The solution is
to copy the string and free the pointer using a GDAL call.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant