Lines Matching refs:pointer
115 * Fix bug in mbedtls_rsa_rsaes_pkcs1_v15_encrypt that made null pointer
127 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
256 * Fix possible client-side NULL pointer dereference (read) when the client
267 * Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow
381 pointer, parameters reordered).
561 * Fix potential NULL pointer dereference (not trigerrable remotely) when
605 * NULL pointer dereference in the buffer-based allocator when the buffer is
609 * Fix remotely-triggerable uninitialised pointer dereference caused by
855 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
934 * ssl_init() was leaving a dirty pointer in ssl_context if malloc of
1079 * Internals for SSL module adapted to have separate IV pointer that is
1132 * Fix remotely-triggerable uninitialised pointer dereference caused by
1216 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
1241 * ssl_init() was leaving a dirty pointer in ssl_context if malloc of
1613 * Changed the used random function pointer to more flexible format. Renamed