ソースを参照

Merge "Fix NPE during InflaterCache return after corrupt loose object"

tags/v0.8.1
Robin Rosenberg 14年前
コミット
4ef96296f7
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      org.eclipse.jgit/src/org/eclipse/jgit/lib/UnpackedObjectLoader.java

+ 0
- 1
org.eclipse.jgit/src/org/eclipse/jgit/lib/UnpackedObjectLoader.java ファイルの表示

@@ -120,7 +120,6 @@ public class UnpackedObjectLoader extends ObjectLoader {
final CorruptObjectException coe;
coe = new CorruptObjectException(id, "bad stream");
coe.initCause(dfe);
inflater.end();
throw coe;
}
if (avail < 5)

読み込み中…
キャンセル
保存