mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-06 21:51:07 +01:00

* 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> Debian-Bug-Id: #773475