mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-08 14:31:02 +00:00
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.