Particular file are not identical after compression and decompression with quality 1 #31

Closed
opened 2026-01-29 20:29:26 +00:00 by claunia · 3 comments
Owner

Originally created by @tesseract2048 on GitHub (Sep 24, 2015).

I have a random generated file: https://drive.google.com/file/d/0By7bqJ83IOI8WUU5T2xXTzhqMjA/view?usp=sharing

Length of the file is 8192000.
Compress it with: bro --quality 1 --input bro_sample_0 --output bro_sample_0.bro
Then decompress with: bro --decompress --input bro_sample_0.bro --output bro_sample_0.1
And I got a file with length 20774912, which does not make sense.

Originally created by @tesseract2048 on GitHub (Sep 24, 2015). I have a random generated file: https://drive.google.com/file/d/0By7bqJ83IOI8WUU5T2xXTzhqMjA/view?usp=sharing Length of the file is 8192000. Compress it with: `bro --quality 1 --input bro_sample_0 --output bro_sample_0.bro` Then decompress with: `bro --decompress --input bro_sample_0.bro --output bro_sample_0.1` And I got a file with length 20774912, which does not make sense.
Author
Owner

@eustas commented on GitHub (Sep 24, 2015):

We've found the problem. The fix will be rolled out soon.

@eustas commented on GitHub (Sep 24, 2015): We've found the problem. The fix will be rolled out soon.
Author
Owner

@eustas commented on GitHub (Sep 24, 2015):

This should be fixed now (https://github.com/google/brotli/pull/164)

@eustas commented on GitHub (Sep 24, 2015): This should be fixed now (https://github.com/google/brotli/pull/164)
Author
Owner

@tesseract2048 commented on GitHub (Sep 25, 2015):

Verified, thanks.

@tesseract2048 commented on GitHub (Sep 25, 2015): Verified, thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#31