You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use proj_sys::proj_errno_string in the proj crate. The proj_sys::proj_errno_string function can return a null pointer, but we don't handle that case currently.
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.
Fixesgeorust#73
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.
Fixesgeorust#73
We use
proj_sys::proj_errno_string
in theproj
crate. Theproj_sys::proj_errno_string
function can return a null pointer, but we don't handle that case currently.See this comment for context: https://github.com/georust/proj/pull/72/files#r574590647
The text was updated successfully, but these errors were encountered: