diff --git a/src/system/boot/loader/file_systems/tarfs/tarfs.cpp b/src/system/boot/loader/file_systems/tarfs/tarfs.cpp index c3020cacf7..9170bde2fb 100644 --- a/src/system/boot/loader/file_systems/tarfs/tarfs.cpp +++ b/src/system/boot/loader/file_systems/tarfs/tarfs.cpp @@ -522,7 +522,7 @@ TarFS::Volume::Init(boot::Partition *partition) char *out = NULL; - char in[512]; + char in[2048]; z_stream zStream = { (Bytef*)in, // next in sizeof(in), // avail in