Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information