From b6cdd369e328ceca2c46758d92ad8ea6a1f59cd7 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Sun, 8 Aug 2010 11:43:32 +0200 Subject: Added error checking (EFAULT) for null arguments * Fixed zmq_term, zmq_socket, zmq_close, zmq_setsockopt, * zmq_getsockopt, zmq_bind, zmq_connect, zmq_send, * zmq_recv, zmq_poll, zmq_device, zmq_stopwatch_stop * Updated Reference Manual for these methods --- doc/zmq_bind.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/zmq_bind.txt') diff --git a/doc/zmq_bind.txt b/doc/zmq_bind.txt index 2678ca6..5eb1bcf 100644 --- a/doc/zmq_bind.txt +++ b/doc/zmq_bind.txt @@ -61,6 +61,8 @@ The requested 'address' was not local. The requested 'address' specifies a nonexistent interface. *ETERM*:: The 0MQ 'context' associated with the specified 'socket' was terminated. +*EFAULT*:: +The provided 'socket' was not valid (NULL). EXAMPLE -- cgit v1.2.3