FS-8713 #resolve [crash on bad video rtp stream] #comment Pushed a patch to make the sizes match. This was the original intention since we want to preserve the packet as-is while in the jb

This commit is contained in:
Anthony Minessale 2016-01-15 11:26:30 -06:00
parent 852dd01c87
commit 30fa89e008
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ SWITCH_BEGIN_EXTERN_C
typedef struct {
switch_rtp_hdr_t header;
char body[SWITCH_RTP_MAX_BUF_LEN];
char body[SWITCH_RTP_MAX_BUF_LEN+4+sizeof(char *)];
} switch_rtp_packet_t;
typedef enum {