Closed anthonymorast closed 4 years ago
https://github.com/anthonymorast/DataTables/blob/e3a7e23d9dd091679895345029a61ab68ada9822/src/DataTable/DataTable.cc#L344
The loop variable k is prone to overstepping array bounds. This should be re-written like select_rows(...) anyways
Fixed and (sparsely) tested (f573f5ab4ec2f8eda7bcfddba0f8e880ea18f98e)
https://github.com/anthonymorast/DataTables/blob/e3a7e23d9dd091679895345029a61ab68ada9822/src/DataTable/DataTable.cc#L344
The loop variable k is prone to overstepping array bounds. This should be re-written like select_rows(...) anyways