asterisk/pbx
Tilghman Lesher ac699196f5 Merged revisions 100465 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r100465 | tilghman | 2008-01-27 15:59:53 -0600 (Sun, 27 Jan 2008) | 11 lines

When deleting a task from the scheduler, ignoring the return value could
possibly cause memory to be accessed after it is freed, which causes all
sorts of random memory corruption.  Instead, if a deletion fails, wait a
bit and try again (noting that another thread could change our taskid
value).
(closes issue #11386)
 Reported by: flujan
 Patches: 
       20080124__bug11386.diff.txt uploaded by Corydon76 (license 14)
 Tested by: Corydon76, flujan, stuarth`

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100488 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-01-27 22:35:29 +00:00
..
ael/ael-test made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-order bit set. Not nice. Also, allow @ in extension names, and a backslash, also. 2007-11-27 18:50:44 +00:00
Makefile Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
dundi-parser.c remove a bunch of duplicate includes 2007-11-16 23:54:45 +00:00
dundi-parser.h make the 'name' and 'value' fields in ast_variable const char * 2007-11-14 13:18:40 +00:00
pbx_ael.c more errno.h removal 2007-11-19 21:12:08 +00:00
pbx_config.c Use defined return values in load_module in more places. 2007-12-26 20:02:27 +00:00
pbx_dundi.c Merged revisions 100465 via svnmerge from 2008-01-27 22:35:29 +00:00
pbx_gtkconsole.c Merged revisions 97645 via svnmerge from 2008-01-09 23:02:19 +00:00
pbx_loopback.c Use defined return values in load_module in more places. 2007-12-26 20:02:27 +00:00
pbx_lua.c Update documentation for pbx_lua. 2007-12-07 21:28:49 +00:00
pbx_realtime.c Several manager changes: 2008-01-10 00:12:35 +00:00
pbx_spool.c Use defined return values in load_module in more places. 2007-12-26 20:02:27 +00:00