-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I think behaviour depends on the platform. At least on mine when usize overflows it wraps. As len() is defined with the difference of those pointers if one wraps and the other not the difference will be large and wrong.
I think to solve that one would have to track length independently or do something smart with those pointers in case of warping.
Metadata
Metadata
Assignees
Labels
No labels