commit 8269477acc56e3c20bb5a0d5f1a430b524597e12
parent 1f0d846eb045a5f3c778b77c5224df2e23746e25
Author: Martin Schanzenbach <martin.schanzenbach@aisec.fraunhofer.de>
Date: Tue, 30 Aug 2016 23:02:07 +0000
fix memory corruption
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -1217,7 +1217,7 @@ union MHD_ConnectionInfo
* Socket-specific client context. Points to the same address as
* the "socket_context" of the #MHD_NotifyConnectionCallback.
*/
- void **socket_context;
+ void *socket_context;
};