Skip to content

Fixed some UBSan “implicit-integer-truncation” issues

Sean McBride requested to merge seanm/vtk:UBSanCast2 into master
  • in one case, just added explicit casts
  • in another case, eliminated an int overflow that probably was not intended

Merge request reports