asterisk/addons
Tilghman Lesher c0b3c923a4 Fix various problems detected with Valgrind.
* chan_console accessed pvts after deallocation.
 * cdr_mysql stored a pointer that was freed by realloc()
 * The module loader did not check usecount on shutdown, which led to chan_iax2
 reading a timer that was already unloaded.
 * The event subsystem sometimes creates an event with no IEs.  Due to a corner
 condition, the code would read beyond the memory boundary.
 * res_pktccops did not correctly check whether its monitor thread was started.
(closes issue #16062)
 Reported by: alexanderheinz
 Patches: 
       20091109__issue16062.diff.txt uploaded by tilghman (license 14)
 Tested by: tilghman


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@228798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-11-09 07:37:52 +00:00
..
mp3 Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
ooh323c Get chan_ooh323 to compile with gcc 4.2. 2009-11-06 22:00:12 +00:00
Makefile Reworked chan_ooh323 channel module. 2009-11-04 22:10:44 +00:00
app_mysql.c AST-2009-005 2009-08-10 19:20:57 +00:00
app_saycountpl.c AST-2009-005 2009-08-10 19:20:57 +00:00
cdr_mysql.c Fix various problems detected with Valgrind. 2009-11-09 07:37:52 +00:00
chan_mobile.c Missed these two channel drivers on the codec_bits merge 2009-11-06 19:38:33 +00:00
chan_ooh323.c Make compilation of chan_ooh323 disabled by default. 2009-11-06 22:02:36 +00:00
chan_ooh323.h Reworked chan_ooh323 channel module. 2009-11-04 22:10:44 +00:00
format_mp3.c Fix trunk building 2009-11-04 16:13:50 +00:00
ooh323cDriver.c Reworked chan_ooh323 channel module. 2009-11-04 22:10:44 +00:00
ooh323cDriver.h Reworked chan_ooh323 channel module. 2009-11-04 22:10:44 +00:00
res_config_mysql.c Select uncommented lines, not commented ones. 2009-08-20 15:29:53 +00:00