studio icon indicating copy to clipboard operation
studio copied to clipboard

Validate Grid Rows is integer and properly support padding for rows

Open snosenzo opened this issue 3 years ago • 0 comments

Description

  • currently the logic of iterating through the data array does not support padding at the end of rows. It iterates through the data assuming that there is no padding at the end of a row of data.
  • Also the row count is calculated by dividing the bytelength by the row_stride without validating that it is an integer. If the value is not an integer it should add an error to the topic

snosenzo avatar Oct 17 '22 14:10 snosenzo