9 Jan
2018
9 Jan
'18
7:52 p.m.
On 08/01/18 10:30, Andrew Gregory wrote:
If rehash ever failed with a full hash it would return the old hash that is already full. get_hash_position would then loop forever because it would never find an empty bucket.
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> ---
We still don't actually handle pkghash creation errors anywhere, but at least it won't loop forever anymore.
Ack. We don't really handle failure well throughout the codebase...