]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Blocked revisions 247076 via svnmerge
authorMark Michelson <mmichelson@digium.com>
Tue, 16 Feb 2010 23:45:32 +0000 (23:45 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 16 Feb 2010 23:45:32 +0000 (23:45 +0000)
........
  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.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@247077 65c4cc65-6c06-0410-ace0-fbb531ad65f3


No differences found