You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SimpleTable constructor dereferences columns_[0] without null check when num_rows < 0. If the first column pointer is null, this causes undefined behavior/segfault at lines 66-70 and 80-84 in cpp/src/arrow/table.cc.