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
Fix potential integer underflow in variable-length table calculations
A table with an invalid `length` field can in theory cause out-of-bounds
accesses upon iteration of the table's entries. This will apply to all
variable-sized tables, so should be kept in mind for future additions.
0 commit comments