Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPE segfault when "verbose" is enabled
Prior to revision b606826, log_tag() was only ever invoked when err_fp was guaranteed to be assigned. After that revision, it could be called with err_fp being null. Carry some of the old "!verbose" logic into log_tag() to address this.
- Loading branch information