gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37849 - libmicrohttpd/src/include


From: gnunet
Subject: [GNUnet-SVN] r37849 - libmicrohttpd/src/include
Date: Wed, 31 Aug 2016 01:02:07 +0200

Author: schanzen
Date: 2016-08-31 01:02:07 +0200 (Wed, 31 Aug 2016)
New Revision: 37849

Modified:
   libmicrohttpd/src/include/microhttpd.h
Log:
fix memory corruption

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2016-08-30 20:35:38 UTC (rev 
37848)
+++ libmicrohttpd/src/include/microhttpd.h      2016-08-30 23:02:07 UTC (rev 
37849)
@@ -1217,7 +1217,7 @@
    * Socket-specific client context.  Points to the same address as
    * the "socket_context" of the #MHD_NotifyConnectionCallback.
    */
-  void **socket_context;
+  void *socket_context;
 };
 
 




reply via email to

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