Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-9076

Pointer 'req->rq_reqmsg' checked for NULL at line 2037 will be dereferenced at line 2041.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.10.0
    • None
    • 3
    • 9223372036854775807

    Description

      lustre/ptlrpc/client.c

      Unable to find source-code formatter for language: c. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml
      2037				CDEBUG(req->rq_reqmsg != NULL ? D_RPCTRACE : 0,
      2038					"Completed RPC pname:cluuid:pid:xid:nid:"
      2039					"opc %s:%s:%d:%llu:%s:%d\n",
      2040					current_comm(), imp->imp_obd->obd_uuid.uuid,
      2041					lustre_msg_get_status(req->rq_reqmsg), req->rq_xid,
      2042					libcfs_nid2str(imp->imp_connection->c_peer.nid),
      2043					lustre_msg_get_opc(req->rq_reqmsg));
      
      Unable to find source-code formatter for language: c. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml
      int lustre_msg_get_status(struct lustre_msg *msg)
      {
      	switch (msg->lm_magic) {...}
      }
      

      Attachments

        Activity

          People

            sguminsx Steve Guminski (Inactive)
            dmiter Dmitry Eremin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: