[asterisk-commits] mmichelson: branch 1.6.0 r247077 - /branches/1.6.0/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 16 17:45:35 CST 2010
Author: mmichelson
Date: Tue Feb 16 17:45:32 2010
New Revision: 247077
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=247077
Log:
Blocked revisions 247076 via svnmerge
........
r247076 | mmichelson | 2010-02-16 17:44:33 -0600 (Tue, 16 Feb 2010) | 12 lines
Add va_end calls to __ast_str_helper.
According to the man page for stdarg(3),
"Each invocation of va_copy() must be matched by a
corresponding invocation of va_end() in the same
function."
There were several cases in __ast_str_helper where
va_copy was not matched with a corresponding call
to va_end.
........
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