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
Fix bf.unset(u64::MAX) causing delayed panic on bf.ranges()
Detected by rle_encode fuzz target.
Caused by overflow when trying to compute input ranges into difference
operation within `ranges()`.
Signed-off-by: Jakub Sztandera <[email protected]>
0 commit comments