You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this comment in the standard library, indicating that BinaryHeap can have an integer overflow with a large collection of ZSTs. This should probably be fixed.
I found this comment in the standard library, indicating that
BinaryHeapcan have an integer overflow with a large collection of ZSTs. This should probably be fixed.rust/library/alloc/src/collections/binary_heap/mod.rs
Lines 788 to 789 in 467250d