Closed ethouris closed 2 months ago
Problem: SocketKeeper::socket field could remain undefined in case when acquire() was called with s == NULL.
SocketKeeper::socket
acquire()
s == NULL
Problem:
SocketKeeper::socket
field could remain undefined in case whenacquire()
was called withs == NULL
.