[svn-commits] jpeeler: branch 1.6.0 r243245 - /branches/1.6.0/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Jan 26 12:08:52 CST 2010
Author: jpeeler
Date: Tue Jan 26 12:08:47 2010
New Revision: 243245
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=243245
Log:
Blocked revisions 243244 via svnmerge
........
r243244 | jpeeler | 2010-01-26 12:07:57 -0600 (Tue, 26 Jan 2010) | 12 lines
Fix crash resulting from frames with invalid data pointers.
In ast_frdup the frame data union does not get set to point to malloced memory
if the datalen is zero, so make sure to handle the same case in ast_frisolate
appropriately.
(closes issue #16058)
Reported by: atis
Patches:
bug16058-fix.patch uploaded by jpeeler (license 325)
Tested by: atis
........
Modified:
branches/1.6.0/ (props changed)
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the svn-commits
mailing list