diff options
author | Ilmars Poikans <ilmars@delibero.lv> | 2014-12-01 00:14:50 +0200 |
---|---|---|
committer | Ilmars Poikans <ilmars@delibero.lv> | 2014-12-01 00:14:50 +0200 |
commit | 786ad999cdd48a952ef6f270e3e76040259e6f67 (patch) | |
tree | 69f1ab4bee5e94e7c6c8bc063b1b0cc3945b4b7a /org.eclipse.jgit.junit | |
parent | c9a5fdb3cd92d5774aa7041b9fc9fc579dc26edc (diff) | |
download | jgit-786ad999cdd48a952ef6f270e3e76040259e6f67.tar.gz jgit-786ad999cdd48a952ef6f270e3e76040259e6f67.zip |
Fix integer overflow in DiffFormatter when context is set to large int
In original code, if you call the DiffFormatter's setContext() method
with Integer.MAX_VALUE (to get full-context diffs) the format() method
will get into an infinite loop.
Bug: 382680
Change-Id: I804e82cde9b84b8ff232a20fb5cbde04478315e7
Signed-off-by: Ilmars Poikans <ilmars@delibero.lv>
Diffstat (limited to 'org.eclipse.jgit.junit')
0 files changed, 0 insertions, 0 deletions