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
* added explicit check for UINT16_MAX boundary on row->n_columns
* added additional checks for row_from_string NULL returns to prevent NULL
dereferences on error cases
* added additional check to ensure n_columns between marker and header rows
always match prior to any alignment processing
* allocate alignment array based on marker rows rather than header rows
* prevent memory leak on dangling node when encountering row_from_string
error in try_opening_table_row
* add explicit integer overflow error marker to not overload offset semantics
in row_from_string with other implied error conditions
rdar://89864410
Co-authored-by: Bas Alberts <[email protected]>
0 commit comments