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

This commit is contained in:
Seven Du
2017-05-29 17:48:41 +08:00
committed by Mike Jerris
parent 93e0f7164f
commit dadf19e38c
+1 -1
View File
@@ -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;