Fix missing NULL check in MPI
diff --git a/ChangeLog b/ChangeLog
index 19382bc..75ddfdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,8 @@
errors on use of deprecated functions.
Bugfix
+ * mpi_size() and mpi_msb() would segfault when called on an mpi that is
+ initialized but not set (found by pravic).
* Fix detection of support for getrandom() on Linux (reported by syzzer) by
doing it at runtime (using uname) rather that compile time.
* Fix handling of symlinks by "make install" (found by Gaël PORTAY).