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

Fix possible memory leak in liblustreapi

Details

    • Bug
    • Resolution: Duplicate
    • Minor
    • None
    • Lustre 2.12.0, Lustre 2.10.3
    • Debian 9
    • 3
    • 9223372036854775807

    Description

      Fix possible memory leak in llapi_dir_create

      namepath = strdup(name);
       if (!namepath) {
      - free(namepath);
      + free(dirpath);
       free(lmu);
       return -ENOMEM;
       }
      

      Attachments

        Activity

          People

            thomas.stibor Thomas Stibor
            thomas.stibor Thomas Stibor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: