Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When we run into a (very unlikely) early error condition, the error macros might output s->func. While glibc printf functions output "(null)" if NULL is passed to "%s", this is not guaranteed. For example, gcc transforms `printf("%s\n", ptr)` into `puts(ptr)`.
- Loading branch information