zrlio / disni

DiSNI: Direct Storage and Networking Interface
Apache License 2.0
186 stars 66 forks source link

Closing endpoint that was never connected: SEGFAULT #19

Closed PepperJo closed 6 years ago

PepperJo commented 6 years ago

Closing an endpoint that was never connected leads to a SEGFAULT. Because DiSNI tries to destroy the QP/CQ that was never created.

PepperJo commented 6 years ago

Fixed