GHSA-gw5w-5j7f-jmjj
UNKNOWNThe library breaks the safety assumptions when using unsafe API std::slice::fromrawparts. First, when using the API in iterator implementation (TempFdArrayIterator.next), generic type could be any type, which would create and pass a misaligned pointer to the unsafe API. Second, when validating the address, the code passed the type cvoid, which could also be any type, leading to potential uninitial
- Affected
- >=0.0.0-0, <0.14.0
- Fixed in
- 0.14.0
- Published
- 2024-12-05
- Source
- github