gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_3-18-g2a92130


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_3-18-g2a92130
Date: Mon, 24 Aug 2009 21:48:27 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=2a92130c7b3286f14db53b539408df8ac41840fc

The branch, master has been updated
       via  2a92130c7b3286f14db53b539408df8ac41840fc (commit)
      from  355ad0d9feb15b781896c74f8564b71f4392d8f0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2a92130c7b3286f14db53b539408df8ac41840fc
Author: Daiki Ueno <address@hidden>
Date:   Tue Aug 25 06:46:38 2009 +0900

    Fix double-free
    
    Signed-off-by: Simon Josefsson <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 tests/resume.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/resume.c b/tests/resume.c
index 9c23940..cbd4968 100644
--- a/tests/resume.c
+++ b/tests/resume.c
@@ -422,6 +422,7 @@ server (struct params_res *params)
     }
 
   gnutls_free (session_ticket_key.data);
+  session_ticket_key.data = NULL;
 
   success ("server: finished\n");
 }
@@ -459,7 +460,7 @@ doit (void)
       else
        {
          client (&resume_tests[i]);
-         global_stop ();
+         gnutls_global_deinit ();
          exit (0);
        }
     }


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]