anthonymorast / DataTables

A tabular data structure for C++
23 stars 6 forks source link

Select Columns is probably broken #4

Closed anthonymorast closed 4 years ago

anthonymorast commented 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

anthonymorast commented 4 years ago

Fixed and (sparsely) tested (f573f5ab4ec2f8eda7bcfddba0f8e880ea18f98e)