gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated (713e7b76 -> 8c44c704


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated (713e7b76 -> 8c44c704)
Date: Thu, 18 Apr 2019 22:59:17 +0200

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

karlson2k pushed a change to branch master
in repository libmicrohttpd.

    from 713e7b76 Add a .dir-locals,el for configuring emacs for this project
     new abb665dd test_md5: fixed out of buffer reads/writes
     new 8c44c704 .dir-locals.el: fixed language for dictionary

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .dir-locals.el            | 2 +-
 src/microhttpd/test_md5.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 68786381..3af5c9b9 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -7,7 +7,7 @@
      (show-trailing-whitespace . t)
      (c-basic-offset . 2)
      (ispell-check-comments . exclusive)
-     (ispell-local-dictionary . "american")
+     (ispell-local-dictionary . "british")
      (safe-local-variable-values
          '((c-default-style . "gnu")
            (sentence-end-double-space . f)
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]