Skip to content

Commit

Permalink
blockreader.rs NFC comment note Issue #293
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed May 7, 2024
1 parent 3b057a5 commit 5921aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/readers/blockreader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ impl BlockReader {
// So read the entire file to get the size.
// This is very inefficient and but it avoids OOM errors.
// See <https://github.com/PSeitz/lz4_flex/issues/159>
// See Issue #293
let mut lz4_decoder: Lz4FrameReader = Lz4FrameReader::new(bufreader);
let mut filesz_uncompressed: FileSz = 0;
const BUF_SZ: usize = 16384;
Expand Down

0 comments on commit 5921aa7

Please sign in to comment.