]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fixed invalid read and null pointer deref on asterisk shutdown.
authorMark Murawki <markm@intellasoft.net>
Mon, 18 Jul 2011 12:06:50 +0000 (12:06 +0000)
committerMark Murawki <markm@intellasoft.net>
Mon, 18 Jul 2011 12:06:50 +0000 (12:06 +0000)
commite739fd42fc6a6537407e12f625771519144737db
treed8f1aaf8dcdaab4577ddf76a15769ada3a91d556
parentb0b45db756e35614bfffe2126c3d38aeec1a0520
Fixed invalid read and null pointer deref on asterisk shutdown.

In some cases when starting asterisk with -c and hitting control-c to shutdown, there will be an invalid read and null pointer deref causing a crash.

(closes issue ASTERISK-17927)
Reported by: Mark Murawski
Tested by: Mark Murawski, Kinsey Moore, Tilghman Lesher

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@328593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/asterisk.c