提交 0a19bb5d authored 作者: Mike Jerris's avatar Mike Jerris

Merge pull request #1292 in FS/freeswitch from bugfix/FS-10352-seg-when-nack-received to master

* commit 'b79fd1f1':
  FS-10352 #resolve fix size doesn't match causing segs when casts to switch_rtp_packet_t
......@@ -116,7 +116,7 @@ static switch_hash_t *alloc_hash = NULL;
typedef struct {
srtp_hdr_t header;
char body[SWITCH_RTP_MAX_BUF_LEN];
char body[SWITCH_RTP_MAX_BUF_LEN+4+sizeof(char *)];
switch_rtp_hdr_ext_t *ext;
char *ebody;
} rtp_msg_t;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论