提交 b79fd1f1 authored 作者: Seven Du's avatar Seven Du

FS-10352 #resolve fix size doesn't match causing segs when casts to switch_rtp_packet_t

上级 84ec9204
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论