Files
firezone/rust
Gabi 61b43d426d connlib: resource_table UB fixes (#2011)
fixes firezone/product#679

Originally I was using pointers to `HashMap` elements to store the
resource_table, the problem is that if there is a realloc those pointers
would be invalidated. So now, we are wrapping the elements in `Rc` and
removing most unsafety.
2023-09-11 16:45:59 -07:00
..
2023-05-10 07:58:32 -07:00
2023-09-08 01:00:36 -06:00