On Sat, Dec 09, 2017 at 03:37:09AM -0000, Jason Molenda via lldb-commits wrote:
> Log:
> Change uses of strncpy in debugserver to strlcpy
> for better safety.

I don't think this is an improvement really. Many of those should be
plain memcpy or protected against truncation.

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

Reply via email to