commit | b6679e768f39f718b7f2983d1958f5fb1121f356 | [log] [tgz] |
---|---|---|
author | Eric Sunshine <sunshine@sunshineco.com> | Tue Jul 23 10:28:04 2013 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 23 11:37:46 2013 -0700 |
tree | f45eaaac6f0ec81d7e45026510b4263c0cbf865e | |
parent | 3755b53af779ce75fa3ea4581a0e6525bc67278d [diff] |
range-set: fix sort_and_merge_range_set() corner case bug When handed an empty range_set (range_set.nr == 0), sort_and_merge_range_set() incorrectly sets range_set.nr to 1 at exit. Subsequent range_set functions then access the bogus range at element zero and crash or throw an assertion failure. Fix this bug. Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Acked-by: Thomas Rast <trast@inf.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>