lrzip icon indicating copy to clipboard operation
lrzip copied to clipboard

Long Range Zip

Results 27 lrzip issues
Sort by recently updated
recently updated
newest added

I just tried running `lrztar -z` on a 50gb folder with tons of duplicate/almost duplicate files. I can see in my terminal window an output like this : ``` Chunk:...

1 argument passed in to print_maxverbose but the format string has 2 format specifiers. Is: `print_maxverbose("lz4 testing FAILED for chunk %ld. %d Passes\n", workcounter);` Should be: `print_maxverbose("lz4 testing FAILED for...

Doxygen created reference documentation for the now-removed library. File Lrzip.h and Doxygen configuration rules should be removed, along with m4 file. [0001-Remove-doxygen-and-Lrzip.h-since-lrzip-library-has-b.patch.gz](https://github.com/ckolivas/lrzip/files/8647174/0001-Remove-doxygen-and-Lrzip.h-since-lrzip-library-has-b.patch.gz)

##### **Describe the bug** UndefinedBehaviorSanitizer: two runtime errors that expose invalid integer shifts in the library. ##### **To Reproduce** Built lrzip using clang-10 with `CXXFLAGS` and/or `CFLAGS` `='-O1 -fsanitize=address -fsanitize=array-bounds,bool,builtin,enum,float-divide-by-zero,function,integer-divide-by-zero,null,object-size,return,returns-nonnull-attribute,shift,signed-integer-overflow,unreachable,vla-bound,vptr'`...

The macros `failure_return`, `failure_goto` will never return due to the construction of the function `failure`. The macros `fatal_return`, `fatal_goto` will never return due to the construction of the function `fatal`,...

I know very little about the science behind it and never properly understood the mmap concept, but looking at a 1TB disk image compression on a 16GB RAM system I...

It looks like it is now making an empty archive (liblzmaasm) - which Apple's version of ar does not support doing. ```console nasm -I../ASM/x86/ -Dx64 -g -f elf64 -o 7zCrcOpt_asm.o...

Hi! i'm compressing my files with `chrt -i 0 lrzip -vv -L 9 -T -zU --suffix ".TUz9.lrz" images.tar | tee lrzip.out` and this one particular file is causing `munmap_chunk(): invalid...

Method 4 and 5(11) use new algorithms and much stronger (and slower) compression, than currently available in lrzip.