Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed segfault in draw_routing_costs
We didn't allocate any space for the 'rr_node_costs' vector and accessed it directly using operator[], resulting in segfaults. This commit fixes the crash by preallocating all the needed space before any accesses.
- Loading branch information