NULL pointer dereference in rpc_get_locked_client_connection()

Issue #320 resolved
Former user created an issue

src/midas.cxx rpc_get_locked_client_connection() will dereference a NULL pointer through the code path c=NULL into c->mutex.lock(). and invalid hConn into c->mutex.lock(). K.O.

Comments (2)

  1. Log in to comment