Skip to content

Prevent accessing the index 1 in the array if the size is zero.

Nicolas Tancogne-Dejean requested to merge safer_splines into main

Description

Prevent accessing the index 1 in the array if the size is zero.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports