[svn-commits] r362354 - svn:log
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Apr 18 10:43:53 CDT 2012
Author: jrose
Revision: 362354
Modified property: svn:log
Modified: svn:log at Wed Apr 18 10:43:53 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Apr 18 10:43:53 2012
@@ -3,6 +3,6 @@
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 svn-commits
mailing list