]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix file descriptor leak in RTP code.
authorMark Michelson <mmichelson@digium.com>
Wed, 28 Jan 2015 17:32:28 +0000 (17:32 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 28 Jan 2015 17:32:28 +0000 (17:32 +0000)
commitddb50e992a64d8214b05496f1a3aa86a67e0fa7c
tree37559a29d059d9ceabc2b2be688a1377b4037587
parentdd09f40e868149e81cb3bc74e3e37402c53f1a27
Fix file descriptor leak in RTP code.

SIP requests that offered codecs incompatible with configured values
could result in the allocation of RTP and RTCP ports that would not get
reclaimed later.

ASTERISK-24666 #close
Reported by Y Ateya

Review: https://reviewboard.asterisk.org/r/4323

AST-2015-001

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@431300 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_sdp_rtp.c
res/res_pjsip_session.c
res/res_pjsip_t38.c