]> Sergey Matveev's repositories - nnn.git/commit
Fix strlcpy() size argument
authorsin <sin@2f30.org>
Fri, 19 Feb 2016 13:40:44 +0000 (13:40 +0000)
committersin <sin@2f30.org>
Fri, 19 Feb 2016 13:40:44 +0000 (13:40 +0000)
commit81ec2605165985c4e53800a6707469227b9335a2
tree675b1255df24716447074e464383624f36bcdf40
parent13c0aef16377a3a6b9a0d48baee33f91e9c8437e
Fix strlcpy() size argument

It should be the size of the destination buffer, not the source.

In this case, both src and dest have the same size.
noice.c