dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/addons
russell f86e3dac91 Fix memory corruption caused by format_mp3.
format_mp3 claimed that it provided AST_FRIENDLY_OFFSET in frames returned by
read().  However, it lied.  This means that other parts of the code that
attempted to make use of the offset buffer would end up corrupting the fields
in the ast_filestream structure.  This resulted in quite a few crashes due to
unexpected values for fields in ast_filestream.

This patch closes out quite a few bugs.  However, some of these bugs have been
open for a while and have been an area where more than one bug has been
discussed.  So with that said, anyone that is following one of the issues
closed here, if you still have a problem, please open a new bug report for the
specific problem you are still having.  If you do, please ensure that the bug
report is based on the newest version of Asterisk, and that this patch is
applied if format_mp3 is in use.  Thanks!

(closes issue #15109)
Reported by: jvandal
Tested by: aragon, russell, zerohalo, marhbere, rgj

(closes issue #14958)
Reported by: aragon

(closes issue #15123)
Reported by: axisinternet

(closes issue #15041)
Reported by: maxnuv

(closes issue #15396)
Reported by: aragon

(closes issue #15195)
Reported by: amorsen
Tested by: amorsen

(closes issue #15781)
Reported by: jensvb

(closes issue #15735)
Reported by: thom4fun

(closes issue #15460)
Reported by: marhbere


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@215212 f38db490-d61c-443f-a65b-d21fe96a405b
2009-09-01 20:44:13 +00:00
..
mp3 Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
ooh323c Fixes numerous spelling errors. Patch submitted by alecdavis. 2009-07-30 16:07:05 +00:00
Makefile Merged revisions 207647 via svnmerge from 2009-07-21 13:28:04 +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 AST-2009-005 2009-08-10 19:20:57 +00:00
chan_mobile.c Add an 'sms' option to mobile.conf to manually enable or disable SMS support. 2009-08-03 14:01:39 +00:00
chan_ooh323.c AST-2009-005 2009-08-10 19:20:57 +00:00
chan_ooh323.h Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
format_mp3.c Fix memory corruption caused by format_mp3. 2009-09-01 20:44:13 +00:00
ooh323cDriver.c Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
ooh323cDriver.h Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
res_config_mysql.c Select uncommented lines, not commented ones. 2009-08-20 15:29:53 +00:00