[asterisk-commits] r362357 - svn:log
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Apr 18 10:44:26 CDT 2012
Author: jrose
Revision: 362357
Modified property: svn:log
Modified: svn:log at Wed Apr 18 10:44:26 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Apr 18 10:44:26 2012
@@ -3,7 +3,7 @@
A number of va_copy operations weren't matched with a corresponding va_end in res_config_odbc. Also, there was a potential for va_end to be invoked twice on the same va_arg in utils, which would mean invoking va_end on an undefined variable... which is bad.
va_end is removed from various functions in config_pgsql and config_curl since they aren't making their own copy. The invokers of those functions are responsible for calling va_end on them.
-(closes issue ASTERISK-19451)
+(issue ASTERISK-19451)
Reported by: Walter Doekes
Review: https://reviewboard.asterisk.org/r/1848/
........
More information about the asterisk-commits
mailing list