gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix invalid read error when cal


From: gnunet
Subject: [taler-anastasis] branch master updated: fix invalid read error when calling destructor
Date: Fri, 11 Dec 2020 19:05:39 +0100

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new b22c838  fix invalid read error when calling destructor
b22c838 is described below

commit b22c838b4d732728fa44f2158653450d39a4b4dd
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Fri Dec 11 19:05:32 2020 +0100

    fix invalid read error when calling destructor
---
 src/util/child_management.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/util/child_management.c b/src/util/child_management.c
index 092d197..bdff2e4 100644
--- a/src/util/child_management.c
+++ b/src/util/child_management.c
@@ -14,7 +14,7 @@
   Anastasis; see the file COPYING.GPL.  If not, see 
<http://www.gnu.org/licenses/>
 */
 /**
- * @file lib/child_management.c
+ * @file util/child_management.c
  * @brief anastasis child management
  * @author Christian Grothoff
  * @author Dominik Meister
@@ -145,8 +145,8 @@ sighandler_child_death (void)
 }
 
 
-void
-child_management_start (void)
+void __attribute__ ((constructor))
+child_management_start ()
 {
   if (NULL != sigpipe)
     return; /* already initialized */

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