Kent Overstreet c5183ea57f Heap code fix
When deleting an entry from a heap that was at entry h->used - 1, we'd
end up calling heap_sift() on an entry outside the heap - the entry we
just removed - which would end up re-adding it to the heap and deleting
something we didn't want to delete. Oops...

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-03-28 12:39:12 -04:00
..
2022-03-21 18:21:31 -04:00
2017-01-20 09:07:08 -09:00
2018-12-19 20:34:24 -05:00
2018-06-01 17:33:47 -04:00
2021-02-24 00:41:09 -05:00
2019-08-28 11:35:00 -04:00
2021-04-24 01:36:43 -04:00
2020-05-05 10:29:31 +01:00
2021-01-12 16:36:45 -05:00
2022-03-21 20:20:09 -04:00
2018-12-19 20:34:24 -05:00
2022-03-28 12:39:12 -04:00