1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Fix missing NULL check in MPI

This commit is contained in:
Manuel Pégourié-Gonnard
2015-04-29 17:02:01 +02:00
parent d97828e7af
commit 770b5e1e9e
5 changed files with 30 additions and 1 deletions

View File

@@ -188,7 +188,9 @@ typedef struct
mpi;
/**
* \brief Initialize one MPI
* \brief Initialize one MPI (make internal references valid)
* This just makes it ready to be set or freed,
* but does not define a value for the MPI.
*
* \param X One MPI to initialize.
*/