bitcoin/src/support
Jeffrey Czyz 30fb598737 Fix segfault in allocator_tests/arena_tests
The test uses reinterpret_cast<void*> on unallocated memory. Using this
memory in printchunk as char* causes a segfault, so have printchunk take
void* instead.
2019-11-16 10:43:37 -08:00
..
allocators Fix out-of-bounds write in case of failing mmap(...) in PosixLockedPageAllocator::AllocateLocked 2019-01-06 17:45:53 +01:00
cleanse.cpp Improve documentation of memory_cleanse() 2019-07-01 12:59:44 +02:00
cleanse.h Improve documentation of memory_cleanse() 2019-07-01 12:59:44 +02:00
events.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
lockedpool.cpp Fix segfault in allocator_tests/arena_tests 2019-11-16 10:43:37 -08:00
lockedpool.h Fix out-of-bounds write in case of failing mmap(...) in PosixLockedPageAllocator::AllocateLocked 2019-01-06 17:45:53 +01:00