Skip to content

Commit

Permalink
potential patch for infinite recursion in constraint check
Browse files Browse the repository at this point in the history
  • Loading branch information
gkueppers committed Sep 17, 2024
1 parent 0df27a3 commit 293cac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vam_ts_ItsPduHeaderVam_constraint(const asn_TYPE_descriptor_t *td, const void *s
/* Nothing is here. See below */
}

return td->encoding_constraints.general_constraints(td, sptr, ctfailcb, app_key);
return SEQUENCE_constraint(td, sptr, ctfailcb, app_key);
}

/*
Expand Down

0 comments on commit 293cac9

Please sign in to comment.