Skip to content

compute: don't attempt to slice negative ranges

Created by: rvantonder

Surprisingly, FindAllStringSubmatchIndex may return -1, -1 which will result in OOB on slice access.

Merge request reports

Loading