Skip to content

compute: don't attempt to slice negative ranges

Administrator requested to merge rvt/fix-compute-oob-panic into main

Created by: rvantonder

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

Merge request reports

Loading