Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a NULL profile dereference in dbi_profile()
hv_fetch() documentation requires checking for NULL and the code does that. But then calls SvOK(profile) uncoditionally two lines later. This patch fixes it.
- Loading branch information