Ulrich Kunitz

Results 52 comments of Ulrich Kunitz

Just to make clear the panic indicates a bug in the encoder that needs to be fixed.

Hi, many thanks for the comprehensive information. I will have to work on it, but can't start before Sunday.

The code has been rewritten and and tested against multiple corpora. I'm planning fuzzing tests for v0.7.

I labeled the issue as enhancement, because the open action is fuzzing the bug is fixed.

Thank you for reporting. This is expected and I have following language in README.md: > At this time the package cannot compete with the xz tool regarding compression speed and...

There is work ahead. I left the issue open.

Yes, the library doesn't implement its own buffering and because it uses ReadByte it benefits from buffered readers. I should have documented it. Rationale at the time has been that...

I have now downloaded all 0.8.0 files and decompressed it with the gxz tool, which uses bufio.Reader and there were no problems to decompress all of them. Please provide: -...

Hi, this a deb file, which is an ar file. You must do the following: ``` $ ar xv bzip2_1.0.6-9.2_deb10u1_amd64.deb x - debian-binary x - control.tar.xz x - data.tar.xz ```...

A simple test with lzip and gxz shows that it doesn't work out of the box. I have had only a few minutes to look into it, but since the...