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
The ffffrw function (find first row matching expression) crashes
with a segfault because ffffrw_work does not call Setup_DataArrays
before using the data arrays. Compare with ffcrow_work which does
call Setup_DataArrays and works correctly.
Reproduction: Call ffffrw on a valid FITS file with a simple
expression like "COL1 > 0".