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