summaryrefslogtreecommitdiff
path: root/src/patch.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-08-09 16:34:02 -0400
committerJeff King <peff@peff.net>2017-08-09 16:34:02 -0400
commit09930192b903e15d5c55afc2fd83d6f37ba6edd9 (patch)
treea555240b3f73cdc57e9a38155d7fac2b72f6c908 /src/patch.c
parenta9d6b9d529daa920b558ee3f34151422d10bc95e (diff)
downloadlibgit2-peff/binary-search-do-while.tar.gz
sha1_position: convert do-while to whilepeff/binary-search-do-while
If we enter the sha1_position() function with "lo == hi", we have no elements. But the do-while loop means that we'll enter the loop body once anyway, picking "mi" at that same value and comparing nonsense to our desired key. This is unlikely to match in practice, but we still shouldn't be looking at the memory in the first place. This bug is inherited from git.git; it was fixed there in e01580cfe01526ec2c4eb4899f776a82ade7e0e1.
Diffstat (limited to 'src/patch.c')
0 files changed, 0 insertions, 0 deletions