gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: configure: fixed '--enable-saniti


From: gnunet
Subject: [libmicrohttpd] branch master updated: configure: fixed '--enable-sanitizer'
Date: Thu, 15 Apr 2021 18:02:02 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new c556a538 configure: fixed '--enable-sanitizer'
c556a538 is described below

commit c556a538a951dd95d8c134420c486708de0b943b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Apr 15 18:58:58 2021 +0300

    configure: fixed '--enable-sanitizer'
    
    Due to typo, using '--enable-sanitizer' resulted in lost of LDFLAGS
---
 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index a9318e91..879e95bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu 15 Apr 2021 18:56:00 MSK
+    Fixed configure '--enable-sanitizer' paramenter.
+    Stopped pushing of patrial responses when limited by system maximum size
+    for sendmsg(). -EG
+
 Web 14 Apr 2021 22:20:00 MSK
     Fixed: use sendmsg() in POSIX-compatible way, do not try to send more
     than IOV_MAX elements per single call. -EG
diff --git a/configure.ac b/configure.ac
index e6cc7214..e9c1e03b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,7 +117,7 @@ AC_ARG_ENABLE([linker-hardening],
 AC_ARG_ENABLE([sanitizer],
   [AS_HELP_STRING([--enable-sanitizer], [enable Address Sanitizer and 
Undefined Behavior Sanitizer])],
 [AS_IF([test x$enableval = xyes],[
-   LDFLAGS="$CFLAGS -fsanitize=address,undefined -fno-omit-frame-pointer"
+   CFLAGS="$CFLAGS -fsanitize=address,undefined -fno-omit-frame-pointer"
  ])])
 
 

-- 
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]