diff options
author | Kamil Musin <kamilm@google.com> | 2023-12-05 16:22:08 +0100 |
---|---|---|
committer | Ivan Frade <ifrade@google.com> | 2023-12-05 16:00:41 -0800 |
commit | ab132937fbd5aadfae5fc271b680a2f7a8e7f3a2 (patch) | |
tree | e02f36c68e1f4501012b9d50e8a6fd3752267875 /org.eclipse.jgit.coverage | |
parent | f75e8fb4253fc15c7364853b1e88a960a51b2ce1 (diff) | |
download | jgit-ab132937fbd5aadfae5fc271b680a2f7a8e7f3a2.tar.gz jgit-ab132937fbd5aadfae5fc271b680a2f7a8e7f3a2.zip |
FooterLine: Protect from ill-formed message
A raw commit message has some headers and then the actual
message. RawParseUtils.commitMessage returns the start position of the
actual message, or -1 when the message is not raw. FooterLine is not
handling this -1 and throws an IndexOutOfBounds exception.
Consider than msgB can be -1 when looking for the beginning of the
last paragraph.
FooterLine javadoc and parameter talk only about "raw" but previous
code accepted non-raw messages (used mostly in unit tests) so we need
to keep this behavior.
Change-Id: I4b88c507e210fdd200a85b01665c8524ab393b00
Diffstat (limited to 'org.eclipse.jgit.coverage')
0 files changed, 0 insertions, 0 deletions