Recently I tracked down a segmentation fault to a zmq_msg_size call on a closed message. After doing some tests I found that all of the zmq_msg_ functions segfault on closed messages, and I wonder why those functions don't check for the message validity.
Pieter said that 3.0 added checks for sockets and contexts, so adding to the messages as well sounds reasonable. Cheers, Reuben Morais
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
