|
|
|
|
|
by Filligree
609 days ago
|
|
Unsafe blocks have a specific set of requirements they have to abide by. Assuming they successfully do so, it is then guaranteed that no safe code is able to trigger undefined behaviour by calling the unsafe code. Importantly, this can be checked without ever reading any of the safe code. |
|
https://github.com/ejmahler/transpose/blob/e70dd159f1881d86a...
The code is buggy. Where is the bug?