components/gpgme/patches/000-gpgconf.c.patch
author Tomas Klacko <tomas.klacko@oracle.com>
Tue, 25 Mar 2014 10:51:42 +0100
branchs11u1-sru
changeset 3011 9265805e77d5
parent 303 cae844b2d132
permissions -rw-r--r--
17851169 ksh93 core dump in sh_assignok() function

--- src/gpgconf.c	2008-11-03 08:50:12.000000000 -0800
+++ src/gpgconf.c	2011-05-27 08:41:54.744907426 -0700
@@ -59,7 +59,7 @@
 gpgme_conf_arg_release (gpgme_conf_arg_t arg, gpgme_conf_type_t type)
 {
 #ifdef ENABLE_GPGCONF
-  return _gpgme_conf_arg_release (arg, type);
+  _gpgme_conf_arg_release (arg, type);
 #endif
 }