]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/BackTrace.h
update sources to v12.1.1
[ceph.git] / ceph / src / common / BackTrace.h
index fe0ad0e7efacd21abc705f2797ef0cd0fcaa06c8..372788e6b64e63a304dd5abb5292ff655e24b513 100644 (file)
@@ -14,7 +14,7 @@ struct BackTrace {
   const static int max = 100;
 
   int skip;
-  void *array[max];
+  void *array[max]{};
   size_t size;
   char **strings;