mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-17 11:05:06 +02:00
[LIBZMQ-450] Copy the stream engine endpoint - string reference caused memory corruption
This commit is contained in:
@@ -132,7 +132,7 @@ namespace zmq
|
||||
options_t options;
|
||||
|
||||
// String representation of endpoint
|
||||
std::string endpoint;
|
||||
char *endpoint;
|
||||
|
||||
bool plugged;
|
||||
|
||||
|
Reference in New Issue
Block a user