We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48256de commit 1751c95Copy full SHA for 1751c95
src/reader.jl
@@ -279,7 +279,7 @@ function zip_test_entry(r::ZipReader, i::Integer)::Nothing
279
real_crc32::UInt32 = 0
280
uncompressed_size::UInt64 = 0
281
buffer = zeros(UInt8, 1<<14)
282
- GC.@preserve buffer while !eof(io)
+ while !eof(io)
283
nb = readbytes!(io, buffer)
284
@argcheck uncompressed_size < typemax(Int64)
285
uncompressed_size += nb
0 commit comments