• Rusty Russell's avatar
    tdb2: hash chaining · 2523e67f
    Rusty Russell authored
    If we get enough hash collisions, we can run out of hash bits; this almost
    certainly is caused by a deliberate attempt to break the tdb (hash bombing).
    
    Implement chained records for this case; they're slow but will keep the
    rest of the database functioning.
    2523e67f
run-traverse.c 6.26 KB