mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-28 07:58:14 +08:00
Merge pull request #3973 from bluca/fuzzers
Problem: test_security_zap occasionally segfaults
This commit is contained in:
commit
4dd504abeb
@ -308,6 +308,7 @@ void zmq::session_base_t::read_activated (pipe_t *pipe_)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (unlikely (_engine == NULL)) {
|
if (unlikely (_engine == NULL)) {
|
||||||
|
if (_pipe)
|
||||||
_pipe->check_read ();
|
_pipe->check_read ();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user