================
@@ -79,7 +79,9 @@ class DynamicLoaderDarwin : public 
lldb_private::DynamicLoader {
   public:
     Segment() : name() {}
 
-    lldb_private::ConstString name;
+    // Segment name is 16 characters long. An extra byte is added to guarantee
+    // null termination in case all 16 bytes are used.
----------------
jasonmolenda wrote:

nul

https://github.com/llvm/llvm-project/pull/210797
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to