Lines Matching refs:pointer
225 * Fix NULL pointer dereference in mbedtls_pk_verify_ext() when called using
958 * Fix a possible null pointer dereference if a memory allocation fails
1037 * Add accessor to get the raw buffer pointer from a PEM context.
1040 data can be either a pointer or an integer.
1193 pointer dereference. Fix this. Fixes #3998.
1231 * Fix a null pointer dereference when performing some operations on zero
1410 * Fix a potential invalid pointer dereference and infinite loop bugs in
1504 mbedtls_sha256_finish and mbedtls_sha256 now has a pointer type
1848 * Fix a null pointer dereference when mbedtls_mpi_exp_mod() was called with
2191 * Remove the zeroization of a pointer variable in AES rounds. It was valid
2371 * Avoid NULL pointer dereferencing if mbedtls_ssl_free() is called with a
2372 NULL pointer argument. Contributed by Sander Visser in #3312.
4147 * Fix bug in mbedtls_rsa_rsaes_pkcs1_v15_encrypt that made null pointer
4159 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
4288 * Fix possible client-side NULL pointer dereference (read) when the client
4299 * Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow
4413 pointer, parameters reordered).
4593 * Fix potential NULL pointer dereference (not trigerrable remotely) when
4637 * NULL pointer dereference in the buffer-based allocator when the buffer is
4641 * Fix remotely-triggerable uninitialised pointer dereference caused by
4887 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
4966 * ssl_init() was leaving a dirty pointer in ssl_context if malloc of
5111 * Internals for SSL module adapted to have separate IV pointer that is
5164 * Fix remotely-triggerable uninitialised pointer dereference caused by
5248 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
5273 * ssl_init() was leaving a dirty pointer in ssl_context if malloc of
5645 * Changed the used random function pointer to more flexible format. Renamed