Skip to content

Commit

Permalink
Fix UB in SFTMap implementations (#879)
Browse files Browse the repository at this point in the history
1) Replaces casts of references to mutable references with
`UnsafeCell<T>`.
2) Spaces are stored inside each of implementation as pointers in order
to make Rust compiler happy because of lifetimes.
  • Loading branch information
playXE authored Aug 3, 2023
1 parent cc5a998 commit 5296645
Showing 1 changed file with 103 additions and 100 deletions.
Loading

0 comments on commit 5296645

Please sign in to comment.