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

Handle null pointer when attempting to build an error string #74

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 16, 2021

  1. Handle null pointer when attempting to build an error string

    It's possible that libproj will return a null pointer instead of an
    actual error string. In this case we now return a specific error
    indicating this.
    
    Fixes georust#73
    urschrei committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    dbb86b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b57482 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90d1e2d View commit details
    Browse the repository at this point in the history
  4. Fix proj 7 homebrew formula

    urschrei committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    54aed50 View commit details
    Browse the repository at this point in the history