Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exit if stringcopy() fails at allocating memory.
Writing to 0 seems unwise to me. Returning NULL will simply move the problem to the callers. I admit that a better fix would be to fix all the callers.
- Loading branch information