Skip to content

Commit

Permalink
[common] fixing out of bounds problem
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Jun 30, 2022
1 parent f069aef commit a93cf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/edges_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static
void fetch_basic_edge(
HeapTuple *tuple,
TupleDesc *tupdesc,
Column_info_t info[5],
Column_info_t info[7],
int64_t *default_id,
Edge_bool_t_rt *edge,
size_t *valid_edges) {
Expand Down

0 comments on commit a93cf07

Please sign in to comment.