Handle a null return value for `proj_sys::proj_errno_string` in the `proj` crate
Open
- Dominant language
- Rust
- Stars
- 186
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
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.
See this comment for context: https://github.com/georust/proj/pull/72/files#r574590647
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.