mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 23:18:59 +01:00
Fix missing NULL check in MPI
This commit is contained in:
parent
d97828e7af
commit
770b5e1e9e
5 changed files with 30 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue