Closed as not planned
Description
LibAFL/libafl_bolts/src/tuples.rs
Lines 27 to 58 in 89cff63
this code here relies on the (unsound) specialization of Copy for cloning of arrays. I hope I don't have to explain why that's a problem^^. this will probably break in the future (since it's unsound), either with the specialization being removed, the lifetime-dependent Copy implementation being an error or both.
how else should it be implemented then? not. this operation cannot be implemented correctly and a different way to do the stuff that uses it today needs to be found.
Metadata
Metadata
Assignees
Labels
No labels