]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 328663 via svnmerge from
authorMark Murawki <markm@intellasoft.net>
Mon, 18 Jul 2011 20:50:13 +0000 (20:50 +0000)
committerMark Murawki <markm@intellasoft.net>
Mon, 18 Jul 2011 20:50:13 +0000 (20:50 +0000)
commitd91c13308e6fb98c4341b8bc88e167314a5fa8eb
treec68bf3b3be6f20258c112226b6881741a859d077
parentc4b8e21079b88f124184b765c2a46568d152708b
Merged revisions 328663 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328663 | markm | 2011-07-18 16:47:04 -0400 (Mon, 18 Jul 2011) | 9 lines

  app_dial may double free a channel datastore

  When starting a call with originate, and having the callee channel run Bridge() on pickup, we will double free the dialed_interface_info datastore, causing a crash.  Make sure to check if the datastore still exists before trying to free it.

  (closes issue ASTERISK-17917)
  Reported by: Mark Murawski
  Tested by: Mark Murawski
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.10@328664 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_dial.c