array-init-cursor is unsound when used with types that implement `Drop`
Low severity
GitHub Reviewed
Published
Mar 31, 2025
to the GitHub Advisory Database
•
Updated Mar 31, 2025
Description
Published to the GitHub Advisory Database
Mar 31, 2025
Reviewed
Mar 31, 2025
Last updated
Mar 31, 2025
The
Drop
implementation will get run twice when using the cursor.This issue does not affect you, if you are using only using the crate with types that are
Copy
such asu8
.This issue also does not affect you, if you are only depending on it through the crate
planus
.References