Files
asterisk/main
Mark Michelson b48adf96dc Since adding the AST_CONTROL_SRCUPDATE frame type,
there are places where ast_rtp_new_source may be called
where the tech_pvt of a channel may not yet have an
rtp structure allocated. This caused a crash in chan_skinny,
which was fixed earlier, but now the same crash has been 
reported against chan_h323 as well. It seems that the best 
solution is to modify ast_rtp_new_source to not attempt to 
set the marker bit if the rtp structure passed in is NULL.

This change to ast_rtp_new_source also allows the removal
of what is now a redundant pointer check from chan_skinny.

(closes issue #13247)
Reported by: pj



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@136062 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 15:58:40 +00:00
..
2008-02-20 17:53:00 +00:00
2008-08-06 00:25:10 +00:00
2008-07-11 14:14:52 +00:00
2008-08-05 23:13:20 +00:00
2008-08-05 13:25:00 +00:00
2008-07-18 18:47:50 +00:00
2007-12-27 20:09:06 +00:00
2008-07-18 19:06:10 +00:00
2008-07-30 22:39:57 +00:00
2007-11-06 18:53:37 +00:00