[Lldb-commits] [lldb] r320242 - Change uses of strncpy in debugserver to strlcpy

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Sun Dec 10 15:52:16 PST 2017


On Fri, Dec 8, 2017 at 7:37 PM, Jason Molenda via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> Author: jmolenda
> Date: Fri Dec  8 19:37:09 2017
> New Revision: 320242
>
> URL: http://llvm.org/viewvc/llvm-project?rev=320242&view=rev
> Log:
> Change uses of strncpy in debugserver to strlcpy
> for better safety.
>
> <rdar://problem/32906923>
>

Thanks!


More information about the lldb-commits mailing list