cppzmq/tests
or17191 37e6334d5f Bugfix: socket_t move assignment doesn't initialize ctxptr
Until now, we only assigned the _handle on
`zmq::socket_t::operator=(socket_t&&)`. This manifests when trying to
monitor a socket initialized by that constructor.

To avoid changing the public interface of the socket_t class, we tested
for the specific monitor usecase, since it's the only class accessing
zmq::socke_t::ctxptr.

NOTE: When running the new unit-test without the fix, it might hang on
`zmq_socket_monitor(socket_, NULL, 0)`. We haven't figured out the cause
for that, but we deemed it unimportant (or at least out of scope).
2020-07-18 19:17:19 +03:00
..
cmake Problem #268: CTest output without tests details 2019-01-23 08:48:11 +00:00
active_poller.cpp Move string literal into variable 2020-05-16 13:22:52 +00:00
buffer.cpp Document macro usage and simplify code 2020-05-24 21:34:42 +00:00
CMakeLists.txt Problem: lack conversion message_t and multipart_t (#391) 2020-03-20 10:59:15 +01:00
codec_multipart.cpp Problem: No endian check in encoding 2020-04-18 13:59:42 +00:00
context.cpp Merge pull request #408 from gummif/gfa/ctx-handle 2020-06-19 18:10:38 +02:00
message.cpp Document macro usage and simplify code 2020-05-24 21:34:42 +00:00
monitor.cpp Bugfix: socket_t move assignment doesn't initialize ctxptr 2020-07-18 19:17:19 +03:00
multipart.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
poller.cpp Move string literal into variable 2020-05-16 13:22:52 +00:00
recv_multipart.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
send_multipart.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
socket_ref.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
socket.cpp Document macro usage and simplify code 2020-05-24 21:34:42 +00:00
testutil.hpp Problem: Socket options lack type-safety (#393) 2020-03-24 09:33:50 +01:00
utilities.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00