Patch the missing initialization of the 'i' variable in the _r function
Without this initialization to 0, the i value is not set correctly to set the values in the table t, and implies a segfault.
Loading
Please register or sign in to comment
Without this initialization to 0, the i value is not set correctly to set the values in the table t, and implies a segfault.