Home
last modified time | relevance | path

Searched refs:heap (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dmemory_buffer_alloc.c235 if( heap.buf == NULL || heap.first == NULL ) in buffer_alloc_calloc()
299 if( heap.total_used > heap.maximum_used ) in buffer_alloc_calloc()
300 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()
357 if( heap.total_used > heap.maximum_used ) in buffer_alloc_calloc()
358 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()
383 if( p < heap.buf || p >= heap.buf + heap.len ) in buffer_alloc_free()
599 heap.first_free = heap.first; in mbedtls_memory_buffer_alloc_init()
628 heap.first != heap.first_free || in check_all_free()
629 (void *) heap.first != (void *) heap.buf ) in check_all_free()
673 end = heap.buf + heap.len; in mbedtls_memory_buffer_alloc_self_test()
[all …]
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog1917 * Fix a potential heap buffer over-read in ALPN extension parsing
2159 * Fixed unlimited overread of heap-based buffer in mbedtls_ssl_read().
2295 * Fixed heap overreads in mbedtls_x509_get_time(). Found by Peng
2480 * Fix potential heap corruption on Windows when
2550 * Fix potential heap buffer overflow in servers that perform client
2853 speed and RAM (heap only for now) usage.
3600 * Fixed potential heap buffer overflow on large hostname setting
3784 * Fixed potential heap corruption in x509_name allocation
3810 * Potential heap buffer overflow on large hostname setting
3871 * Fixed potential heap corruption in x509_name allocation
[all …]
/optee_os/
A DCHANGELOG.md1012 * Use a global setting for core heap size (CFG_CORE_HEAP_SIZE), 64K by default.

Completed in 11 milliseconds