]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/ceph_context.cc
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / common / ceph_context.cc
index d454593686fa5c07be073f25ffbb3786cd1d7095..c2d3d28e1ece59f60a7c65f27c2154f9270b4a33 100644 (file)
@@ -553,6 +553,7 @@ void CephContext::do_command(std::string_view command, const cmdmap_t& cmdmap,
        f->dump_string("error", "syntax error: 'config get <var>'");
       } else {
        char buf[4096];
+       // FIPS zeroization audit 20191115: this memset is not security related.
        memset(buf, 0, sizeof(buf));
        char *tmp = buf;
        int r = _conf.get_val(var.c_str(), &tmp, sizeof(buf));