[Lldb-commits] [PATCH] D131554: [LLDB][NFC] Reliability fixes for ObjectFileMachO.cpp

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 10 15:01:14 PDT 2022


JDevlieghere added inline comments.


================
Comment at: lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp:6344
         segment_vmaddr seg_vmaddr;
+        // this is the uncommon case where strncpy is exactly
+        // the right one, doesn't need to be nul terminated.
----------------
Nit: capital


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131554/new/

https://reviews.llvm.org/D131554



More information about the lldb-commits mailing list