Closed vnmabus closed 2 years ago
Calling fetch_compressed decompress the data even if it was already decompressed. If a process call it with the a file whose contents are already decompressed and being read from another process, it can cause the read to fail.
fetch_compressed
Calling
fetch_compressed
decompress the data even if it was already decompressed. If a process call it with the a file whose contents are already decompressed and being read from another process, it can cause the read to fail.