decred / dcrpool

decred mining pool
ISC License
29 stars 27 forks source link

pool: Do chunked decompress in pool tests. #348

Closed davecgh closed 1 year ago

davecgh commented 1 year ago

It is not good practice to directly copy from a compressed archive to a file without chunking as it can lead to uncontrolled allocations should a file become corrupted.