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
added real bounds checking to ByteString.Slice (#6709)
* added real bounds checking to `ByteString.Slice`
Fixed a very weird bit of code that could result in byte buffers constantly allocating despite being of illegal size.
* Fix zero length slice
* Fix index out of bound bug
---------
Co-authored-by: Gregorius Soedharmo <[email protected]>
0 commit comments