]> source.dussan.org Git - jgit.git/commit
Fix IndexOutOfBoundsException when parsing PersonIdent 31/3731/1
authorMarc Strapetz <marc.strapetz@syntevo.com>
Tue, 14 Jun 2011 14:56:48 +0000 (16:56 +0200)
committerMarc Strapetz <marc.strapetz@syntevo.com>
Tue, 14 Jun 2011 14:56:48 +0000 (16:56 +0200)
commit929862f322cf7ca4c13f9515d611a21e2680e2ba
treec8e1cd64a756466584dff67ac6f59f2d9791f587
parent0ab7be9681912ef5d11fe10af1f7536c2feaa662
Fix IndexOutOfBoundsException when parsing PersonIdent

IndexOutOfBoundsException could occur when parsing
PersonIdent for which no name is present, as part of a
RevCommit (nameB > 0).
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevCommitParseTest.java
org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java