Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raster-interpret.c: Verify base for
strtol()
Input for atoi() can be bad number for argument base in strtol(), causing returning an incorrect pointer address and later segfault. Break out from function if the base is incorrect. Fixes #1188
- Loading branch information