[asterisk-commits] mmichelson: branch 1.6.0 r111812 - /branches/1.6.0/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 28 15:03:49 CDT 2008
Author: mmichelson
Date: Fri Mar 28 15:03:48 2008
New Revision: 111812
URL: http://svn.digium.com/view/asterisk?view=rev&rev=111812
Log:
Blocked revisions 111811 via svnmerge
........
r111811 | mmichelson | 2008-03-28 15:03:16 -0500 (Fri, 28 Mar 2008) | 11 lines
This time the fix is proper for issue 12284. I have tested it thoroughly and found
that valgrind no longer complains and that calls do complete correctly.
The fix is along the same lines as before: Make sure the final null terminator gets copied
into the new sip_request's data pointer. Without it, parse_request will read and potentially
write past the end of the string, causing potential crashes.
(closes issue #12284...for real this time!)
reported by falves11
........
Modified:
branches/1.6.0/ (props changed)
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the asterisk-commits
mailing list