iosMath
iosMath copied to clipboard
I find that 341st rows in the MTMathAtomFactory class have an array overrun problem.
for (int i = 0; i < table.cells.count; i++) { NSArray<MTMathList*>* row = table.cells[i]; if (row.count >= 1) { //error [row[1] insertAtom:spacer atIndex:0]; } } When there is only one element in row, an array error is reported.
@Hockly If you can reproduce it, it would be good to add a test for it and PR a bug fix.