Skip to content

Commit

Permalink
When label is larger than 64, label is truncated and new context will…
Browse files Browse the repository at this point in the history
… never match (#3265)
  • Loading branch information
veeting committed Aug 29, 2023
1 parent 2db954b commit b3710af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sctp.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ typedef struct janus_sctp_channel {
/*! \brief SCTP channel ID */
uint32_t id;
/*! \brief SCTP channel label */
char label[64];
char label[128];
/*! \brief SCTP protocol */
char protocol[64];
/*! \brief Value of the PR-SCTP policy (http://tools.ietf.org/html/rfc6458) */
Expand Down

0 comments on commit b3710af

Please sign in to comment.