]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/code_environment.cc
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / common / code_environment.cc
index 0aab05c764603872a524bc4a8413d85f3351d168..414e2b62ada219481fd5c4faa5a55c387b6b43ef 100644 (file)
@@ -56,6 +56,7 @@ int get_process_name(char *buf, int len)
      * null-terminated. */
     return -ENAMETOOLONG;
   }
+  // FIPS zeroization audit 20191115: this memset is not security related.
   memset(buf, 0, len);
   return prctl(PR_GET_NAME, buf);
 }