Commit d99352b
committed
fix[pack]: Don't decompress the delta when decompressing base objects.
It was already decompressed on line 285, so attempting to decompress it
again turns the delta stream into garbage.
Unfortunately I don't know enough about the git file format to make a
test, the best I was able to do was to compare it to a reference
implementation and see what was going wrong.
Fixes #23441 parent 7c59cf4 commit d99352b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
| 349 | + | |
349 | 350 | | |
350 | 351 | | |
351 | 352 | | |
| |||
0 commit comments