mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r201818:
Fix array overflow. Reviewed by: philip
This commit is contained in:
parent
c0d73b99f2
commit
ec85a28567
1 changed files with 1 additions and 1 deletions
|
|
@ -768,7 +768,7 @@ cc_party_drop_ack_ind(struct ccconn *conn,
|
|||
party = cc_party_find(conn, drop->epref.epref);
|
||||
if (party == NULL) {
|
||||
cc_party_log(party, "no party for %s",
|
||||
ptab[CONN_SIG_DROP_PARTY_ACK_IND]);
|
||||
cc_conn_sigtab[CONN_SIG_DROP_PARTY_ACK_IND]);
|
||||
return;
|
||||
}
|
||||
switch (party->state) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue