Home GnuPG
Diffusion GnuPG 839727503d6e

curl-shim: clean up varargs
839727503d6eUnpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

curl-shim: clean up varargs

* keyserver/curl-shim.c (curl_easy_setopt) : ensure that va_end is
  called.

stdarg(3) says:

Each invocation of va_start() must be matched by a
corresponding invocation of va_end() in the same function.

Observed by Joshua Rogers <honey@internot.info>

Details

Provenance
dkgAuthored on Feb 18 2015, 10:11 AM
wernerCommitted on Feb 18 2015, 12:26 PM
Parents
rG0c3d7645dfad: gpg: Print better diagnostics for keyserver operations.
Branches
Unknown
Tags
Unknown

Event Timeline

Werner Koch <wk@gnupg.org> committed rG839727503d6e: curl-shim: clean up varargs (authored by Daniel Kahn Gillmor <dkg@fifthhorseman.net>).Feb 18 2015, 12:26 PM