-
Notifications
You must be signed in to change notification settings - Fork 411
Open
Description
Line 256 in 5e32b41
| if ((double)(k + 1) / neg_table_size > por) |
when k == neg_table_size -1, it might be the case vid == num_vertices but por < 1 (it might be 0.99999 but not 1.0 due the machine epsilon), hence the next cur_sum computation is called which accesses the (num_vertices)-th elements of the vextex array -- which is out-of-range.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels