Found this due to a crash in this line:
|
path_prefix.insert(&prefix.into(), 0, 0)?; |
When a new set of paths is received, we probably want to find the ones from the previous set that are not in the new one and remove those prefixes from the map to reduce the chance of crashes.
We also probably want to bump that prefix limit and make it configurable.
Found this due to a crash in this line:
fact/fact/src/bpf/mod.rs
Line 174 in 3811f0d
When a new set of paths is received, we probably want to find the ones from the previous set that are not in the new one and remove those prefixes from the map to reduce the chance of crashes.
We also probably want to bump that prefix limit and make it configurable.