gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 124/151: unit1620: fix bad free in OOM


From: gnunet
Subject: [gnurl] 124/151: unit1620: fix bad free in OOM
Date: Fri, 20 Dec 2019 14:27:13 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit d00aa703f4c83b4f626b760c53994053c970f802
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Dec 12 23:49:00 2019 +0100

    unit1620: fix bad free in OOM
    
    Closes #4709
---
 tests/unit/unit1620.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/unit/unit1620.c b/tests/unit/unit1620.c
index c6aa721cf..6e572c648 100644
--- a/tests/unit/unit1620.c
+++ b/tests/unit/unit1620.c
@@ -46,6 +46,8 @@ UNITTEST_START
   bool protocol_connect = FALSE;
 
   rc = Curl_open(&empty);
+  if(rc)
+    goto unit_test_abort;
   fail_unless(rc == CURLE_OK, "Curl_open() failed");
 
   rc = Curl_connect(empty, &async, &protocol_connect);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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