Skip to content

Use a safer histogram rebuild algorithm.

Nick Mathewson requested to merge nickm/arti:defensive_pareto_reinit into main

Our old algorithm could, on some inputs, exhaust RAM. That's not great, since we try to be robust againt corruption to the state file.

This resolves an XXXX.

Merge request reports