Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 267774 | Differences between
and this patch

Collapse All | Expand All

(-)pk-libgcrypt.c- (-1 / +2 lines)
Lines 418-424 Link Here
418
		      const gnutls_datum_t * signature,
418
		      const gnutls_datum_t * signature,
419
		      const gnutls_pk_params_st * pk_params)
419
		      const gnutls_pk_params_st * pk_params)
420
{
420
{
421
  gcry_sexp_t s_sig, s_hash, s_pkey;
421
  gcry_sexp_t s_sig = NULL, s_hash = NULL, s_pkey = NULL;
422
  int rc = -1, ret;
422
  int rc = -1, ret;
423
  bigint_t hash;
423
  bigint_t hash;
424
  bigint_t tmp[2] = { NULL, NULL };
424
  bigint_t tmp[2] = { NULL, NULL };
Lines 511-516 Link Here
511
  gcry_sexp_release (s_sig);
511
  gcry_sexp_release (s_sig);
512
  gcry_sexp_release (s_hash);
512
  gcry_sexp_release (s_hash);
513
  gcry_sexp_release (s_pkey);
513
  gcry_sexp_release (s_pkey);
514
  s_hash = s_pkey = s_sig = NULL;
514
515
515
  if (rc != 0)
516
  if (rc != 0)
516
    {
517
    {

Return to bug 267774