소스 검색

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)

Loading…
취소
저장