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:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user