Lines Matching refs:pointer

118    * Fix undefined behaviour (incrementing a NULL pointer by zero length) when
420 * Fix NULL pointer dereference in mbedtls_pk_verify_ext() when called using
1153 * Fix a possible null pointer dereference if a memory allocation fails
1232 * Add accessor to get the raw buffer pointer from a PEM context.
1235 data can be either a pointer or an integer.
1388 pointer dereference. Fix this. Fixes #3998.
1426 * Fix a null pointer dereference when performing some operations on zero
1605 * Fix a potential invalid pointer dereference and infinite loop bugs in
1699 mbedtls_sha256_finish and mbedtls_sha256 now has a pointer type
2043 * Fix a null pointer dereference when mbedtls_mpi_exp_mod() was called with
2386 * Remove the zeroization of a pointer variable in AES rounds. It was valid
2566 * Avoid NULL pointer dereferencing if mbedtls_ssl_free() is called with a
2567 NULL pointer argument. Contributed by Sander Visser in #3312.
4342 * Fix bug in mbedtls_rsa_rsaes_pkcs1_v15_encrypt that made null pointer
4354 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
4483 * Fix possible client-side NULL pointer dereference (read) when the client
4494 * Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow
4608 pointer, parameters reordered).
4788 * Fix potential NULL pointer dereference (not trigerrable remotely) when
4832 * NULL pointer dereference in the buffer-based allocator when the buffer is
4836 * Fix remotely-triggerable uninitialised pointer dereference caused by
5082 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
5161 * ssl_init() was leaving a dirty pointer in ssl_context if malloc of
5306 * Internals for SSL module adapted to have separate IV pointer that is
5359 * Fix remotely-triggerable uninitialised pointer dereference caused by
5443 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
5468 * ssl_init() was leaving a dirty pointer in ssl_context if malloc of
5840 * Changed the used random function pointer to more flexible format. Renamed