gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9341 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r9341 - gnunet/src/util
Date: Thu, 29 Oct 2009 08:58:11 -0600

Author: holindho
Date: 2009-10-29 08:58:11 -0600 (Thu, 29 Oct 2009)
New Revision: 9341

Modified:
   gnunet/src/util/test_common_logging.c
Log:
observed on ppc64


Modified: gnunet/src/util/test_common_logging.c
===================================================================
--- gnunet/src/util/test_common_logging.c       2009-10-29 12:57:37 UTC (rev 
9340)
+++ gnunet/src/util/test_common_logging.c       2009-10-29 14:58:11 UTC (rev 
9341)
@@ -42,6 +42,9 @@
   unsigned int failureCount = 0;
   unsigned int logs = 0;
 
+  /* FIXME: this causes a double free, because common_logging sets
+   * GNUNET_stderr = stderr before main() gets executed and then tries
+   * to fclose(GNUNET_stderr) in GNUNET_log_setup */
   fclose (stderr);
 #ifndef MINGW
   stderr = NULL;





reply via email to

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