mgorny added inline comments.

================
Comment at: lldb/source/Host/posix/HostInfoPosix.cpp:44
+
+  ::memset(&un, 0, sizeof(utsname));
+
----------------
I'm somewhat surprised that you need to do that. I wonder if there was a real 
reason why it's done or just someone being overly careful.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112457

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to