]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix the crash in directed pickups. For real this time.
authorMark Michelson <mmichelson@digium.com>
Wed, 22 Jul 2009 14:35:01 +0000 (14:35 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 22 Jul 2009 14:35:01 +0000 (14:35 +0000)
commit33852cfaf6ead4efd31113237bb0bb69a94d2cef
treead4fd1fd734e2f3647d415dc99931cfbbc343a66
parent16328efb78cf83c57355682bff1e2b09efa612db
Fix the crash in directed pickups. For real this time.

A shallow pointer copy was causing an ast_party_connected_line
structure to be freed multiple times, thus causing a crash.

(closes issue #15441)
Reported by: lmsteffan
Patches:
      15441.patch uploaded by mmichelson (license 60)
Tested by: lmsteffan

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@208017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_directed_pickup.c