Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpm: Fix potential null-pointer dereference
`update_metrics()` in `bpm.c` is checking for null pointer arguments, and there was a very minor chance of dereferencing a null-pointer in the logged message. Correct the logic to prevent this from happening.
- Loading branch information