diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-07-28 15:40:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-28 15:40:40 +0200 |
commit | 04ec0bf5e1714131d31421f59083578236274ff7 (patch) | |
tree | a2169e7883b981521a9900b76f7cbd9af1df1fac /thirdparty/mbedtls/library/memory_buffer_alloc.c | |
parent | bdbc63c4eeeb43176d48b40fb713e793c40a1f3d (diff) | |
parent | d8e1cd7a109bc832826f21d6df1faf401be8dcc9 (diff) | |
download | redot-engine-04ec0bf5e1714131d31421f59083578236274ff7.tar.gz |
Merge pull request #20539 from akien-mga/mbedtls-2.12.0
mbedtls: Update to upstream version 2.12.0
Diffstat (limited to 'thirdparty/mbedtls/library/memory_buffer_alloc.c')
-rw-r--r-- | thirdparty/mbedtls/library/memory_buffer_alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/mbedtls/library/memory_buffer_alloc.c b/thirdparty/mbedtls/library/memory_buffer_alloc.c index ceaeda1e73..51ea7c41d7 100644 --- a/thirdparty/mbedtls/library/memory_buffer_alloc.c +++ b/thirdparty/mbedtls/library/memory_buffer_alloc.c @@ -518,7 +518,9 @@ void mbedtls_memory_buffer_alloc_status( void ) heap.alloc_count, heap.free_count ); if( heap.first->next == NULL ) + { mbedtls_fprintf( stderr, "All memory de-allocated in stack buffer\n" ); + } else { mbedtls_fprintf( stderr, "Memory currently allocated:\n" ); |