linkedin / linkedin/migz

MiGz未能解压缩GZIP压缩数据

Open
#6 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
84
Forks
12
PR merge metrics
No merged PRs in 30d

Description

下列两组数据分别是GZIP和MiGz压缩二进制数据:
GZIP1:1f8b08000000000000003334323634320400ee129cde06000000
MiGz1:1f8b080400000000020008004d5a0400080000003334323634320400ee129cde06000000
GZIP2:1f8b08000000000000002b4b2c4b492c2b4b4c010071ec6fe909000000
MiGz2:1f8b080400000000020008004d5a04000b0000002b4b2c4b492c2b4b4c010071ec6fe909000000

MIGZ 压缩的数据会多出20008004d5a040008000或者20008004d5a04000b000,请问这10个字节能去掉吗?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the GZIP1/GZIP2 and MiGz1/MiGz2 byte sequences in the Java library and command-line decompression paths. Determine whether the additional 10 bytes are valid MiGz metadata or should be removed, and verify that the affected MiGz data can be decompressed successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.