gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/02: make Tim happy


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/02: make Tim happy
Date: Mon, 15 Apr 2019 00:32:57 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit 47a862a9be2e2d58adc7ac6c5bd95bcbed057299
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Apr 15 00:32:29 2019 +0200

    make Tim happy
---
 src/microhttpd/digestauth.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 8f04bf38..0cd0219f 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -1057,6 +1057,7 @@ digest_auth_check_all (struct MHD_Connection *connection,
     else
       {
         /* This will initialize da->sessionkey (ha1) */
+        mhd_assert (NULL != password); /* NULL == digest => password != NULL */
        digest_calc_ha1_from_user (da->alg,
                                   username,
                                   realm,

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



reply via email to

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