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

thandle_get_sub_by_dt dereferences ERR_PTR pointer on error

Details

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

    Description

      thandle_get_sub_by_dt function dereferences PTR_ERR pointer:

                      st = create_sub_thandle_with_thandle(top_th,
                                      top_th->tt_master_sub_thandle);
                      if (IS_ERR(st))
                              GOTO(stop_trans, rc = PTR_ERR(st));
      ....
      stop_trans:
              if (rc < 0) {
                      if (st != NULL)
                              OBD_FREE_PTR(st);
      

      Attachments

        Activity

          [LU-6875] thandle_get_sub_by_dt dereferences ERR_PTR pointer on error
          di.wang Di Wang made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          jgmitter Joseph Gmitter (Inactive) made changes -
          Assignee Original: WC Triage [ wc-triage ] New: Di Wang [ di.wang ]
          green Oleg Drokin created issue -

          People

            di.wang Di Wang
            green Oleg Drokin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: