Skip to content

buffer: use buffer length as max of start offset in `buf.compare`

targetStart and sourceStart in buf.compare can't be greater than each buffer length like targetEnd and sourceEnd.

Merge request reports

Loading