gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/19: gen_auth: fixed detection of userhash in Digest A


From: gnunet
Subject: [libmicrohttpd] 02/19: gen_auth: fixed detection of userhash in Digest Auth requests
Date: Thu, 28 Jul 2022 06:26:06 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 8714ba41f7fa663c4f50cbd30cdafdb2d760981a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Jul 21 20:29:25 2022 +0300

    gen_auth: fixed detection of userhash in Digest Auth requests
---
 src/microhttpd/gen_auth.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/gen_auth.c b/src/microhttpd/gen_auth.c
index 67bd9dc6..26cf19ad 100644
--- a/src/microhttpd/gen_auth.c
+++ b/src/microhttpd/gen_auth.c
@@ -302,8 +302,8 @@ parse_dauth_params (const char *str,
                                              MHD_STATICSTR_LEN_ ("true"));
     else
       pdauth->userhash =
-        (MHD_STATICSTR_LEN_ ("true") == userhash.value.len) &&
-        (0 == memcmp (str, userhash.value.str, userhash.value.len));
+        MHD_str_equal_caseless_s_bin_n_ ("true", userhash.value.str, \
+                                         userhash.value.len);
 
   }
   else

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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