================ @@ -621,6 +621,9 @@ inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, } // Try to find the unwind info using `dl_find_object` dl_find_object findResult; + // _dl_find_object should fully initialize this struct, but we zero it to + // be safe in case this is not true (and to keep MSan quite). ---------------- ldionne wrote:
```suggestion // be safe in case this is not true (and to keep MSan quiet). ``` https://github.com/llvm/llvm-project/pull/67860 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits