Problem: zmq_connect doesn't return EINVAL on invalid endpoint
Solution: set errno to EINVAL when tcp:// endpoint is invalid (was just leaving errno to previous value).
Showing
Please
register
or
sign in
to comment
Solution: set errno to EINVAL when tcp:// endpoint is invalid (was just leaving errno to previous value).