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
When the requested array size is 0xFFFFFFFF the array being allocated is of size 0 but the initialization will segfault as can be seen from running table.intarray(0xFFFFFFFF).
The same holds for the raviH_new_number_array function.
The text was updated successfully, but these errors were encountered:
There is an integer overflow in
raviH_new_integer_array
atravi/src/ltable.c
Line 893 in 56a59a1
When the requested array size is
0xFFFFFFFF
the array being allocated is of size 0 but the initialization will segfault as can be seen from runningtable.intarray(0xFFFFFFFF)
.The same holds for the
raviH_new_number_array
function.The text was updated successfully, but these errors were encountered: