mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-28 04:35:15 +00:00
Merge pull request #1292 in FS/freeswitch from bugfix/FS-10352-seg-when-nack-received to master
* commit 'b79fd1f14fc73e4f884422f30e6f264c94953653': FS-10352 #resolve fix size doesn't match causing segs when casts to switch_rtp_packet_t
This commit is contained in:
commit
0a19bb5d45
@ -116,7 +116,7 @@ static switch_hash_t *alloc_hash = NULL;
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
srtp_hdr_t header;
|
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;
|
switch_rtp_hdr_ext_t *ext;
|
||||||
char *ebody;
|
char *ebody;
|
||||||
} rtp_msg_t;
|
} rtp_msg_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user