gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/02: test_md5: fixed out of buffer reads/


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/02: test_md5: fixed out of buffer reads/writes
Date: Thu, 18 Apr 2019 22:59:18 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit abb665dd000127f9638b3d67e483039b382fed5c
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Thu Apr 18 23:52:31 2019 +0300

    test_md5: fixed out of buffer reads/writes
---
 src/microhttpd/test_md5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/test_md5.c b/src/microhttpd/test_md5.c
index 7622db2f..38c1e8b9 100644
--- a/src/microhttpd/test_md5.c
+++ b/src/microhttpd/test_md5.c
@@ -62,7 +62,7 @@ static const size_t units1_num = sizeof(data_units1) / 
sizeof(data_units1[0]);
 
 struct bin_with_len
 {
-  const uint8_t bin[256];
+  const uint8_t bin[512];
   const size_t len;
 };
 

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



reply via email to

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